Geocortex Essentials WPF API Reference for Workflow
RequiredValidationItem Class |
A validation item that requires a non null or empty value.
Inheritance Hierarchy
SystemObject
Geocortex.Forms.Client.Items.ValidationValidationItem
Geocortex.Forms.Client.Items.ValidationRequiredValidationItem
Geocortex.Forms.Client.Items.ValidationValidationItem
Geocortex.Forms.Client.Items.ValidationRequiredValidationItem
Namespace: Geocortex.Forms.Client.Items.Validation
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
The RequiredValidationItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RequiredValidationItem | Initializes a new instance of the RequiredValidationItem class |
Methods
Name | Description | |
---|---|---|
Copy |
Creates a deep copy of this instance.
(Overrides ValidationItemCopy.) | |
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.) | |
Validate |
Performs validation checks on a value.
(Overrides ValidationItemValidate(Object, CultureInfo).) |
Properties
Name | Description | |
---|---|---|
DisplayName |
Gets the display name of the validation item.
(Overrides ValidationItemDisplayName.) | |
Message |
Gets or sets the message to display when a value is invalid.
(Inherited from ValidationItem.) |
See Also