InputFormatterResult 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
작업의 결과입니다 ReadAsync(InputFormatterContext) .
public ref class InputFormatterResult
public class InputFormatterResult
type InputFormatterResult = class
Public Class InputFormatterResult
- 상속
-
InputFormatterResult
속성
HasError |
작업에 오류가 있었는지 여부를 ReadAsync(InputFormatterContext) 나타내는 표시를 가져옵니다. |
IsModelSet |
속성 값이 제공되었는지 여부를 나타내는 표시를 Model 가져옵니다. |
Model |
역직렬화된 Object를 가져옵니다. |
메서드
Failure() |
InputFormatterResult 작업이 실패했음을 나타내는 를 ReadAsync(InputFormatterContext) 반환합니다. |
FailureAsync() |
Task 완료 시 작업이 실패했음을 나타내는 를 InputFormatterResult 제공하는 를 ReadAsync(InputFormatterContext) 반환합니다. |
NoValue() |
값이 InputFormatterResult 생성되지 않은 작업을 나타내는 ReadAsync(InputFormatterContext) 를 반환합니다. |
NoValueAsync() |
Task 완료 시 값이 생성되지 않은 작업을 나타내는 ReadAsync(InputFormatterContext) 를 제공하는 InputFormatterResult 를 반환합니다. |
Success(Object) |
InputFormatterResult 작업이 성공했음을 나타내는 를 ReadAsync(InputFormatterContext) 반환합니다. |
SuccessAsync(Object) |
Task 완료 시 작업이 성공했음을 나타내는 를 InputFormatterResult 제공하는 를 ReadAsync(InputFormatterContext) 반환합니다. |