Geocortex Essentials WPF API Reference for Workflow
ValidationResult Class |
Represents the result returned by the Validate method that
indicates whether the value checked against the ValidationItem is valid.

Namespace: Geocortex.Forms.Client.Items.Validation
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1

The ValidationResult type exposes the following members.

Name | Description | |
---|---|---|
![]() | ValidationResult |
Initializes a new instance of the ValidationResult class.
|

Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |

Name | Description | |
---|---|---|
![]() | ErrorMessage |
Gets a message that provides additional information about the invalidity.
|
![]() | IsValid |
Gets a value indicating whether the value checked against the ValidationItem is valid.
|
![]() ![]() | ValidResult |
Gets a valid instance of ValidationResult.
|
