ValidationResult Class
Represents the result returned by the Validate method that indicates whether the value checked against the ValidationItem is valid.
Inheritance Hierarchy
SystemObject
  Geocortex.Forms.Client.Items.ValidationValidationResult

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

The ValidationResult type exposes the following members.

Constructors
  NameDescription
Public methodValidationResult
Initializes a new instance of the ValidationResult class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyErrorMessage
Gets a message that provides additional information about the invalidity.
Public propertyIsValid
Gets a value indicating whether the value checked against the ValidationItem is valid.
Public propertyStatic memberValidResult
Gets a valid instance of ValidationResult.
Top
See Also