MessageValidationResult
MessageValidationResult class
Represents the result of message validation.
Constructors
| Name | Description |
|---|---|
| MessageValidationResult (2 overloads) |
Methods
| Name | Description |
|---|---|
| get_ErrorMessage | Gets an error message if the validation result is not successful. |
| get_Errors | Gets the collection of errors. |
| get_FormatType | Gets the format of source file or stream. |
| get_IsSuccess | Gets the result of validation true if successful, otherwise false. |
| set_ErrorMessage | Gets an error message if the validation result is not successful. |
| set_FormatType | Gets the format of source file or stream. |
| MessageValidator |