RequiredValidationItem Class
A validation item that requires a non null or empty value.
Inheritance Hierarchy

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

The RequiredValidationItem type exposes the following members.

Constructors
  NameDescription
Public methodRequiredValidationItem
Initializes a new instance of the RequiredValidationItem class
Top
Methods
  NameDescription
Public methodCopy
Creates a deep copy of this instance.
(Overrides ValidationItemCopy.)
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.)
Public methodValidate
Performs validation checks on a value.
(Overrides ValidationItemValidate(Object, CultureInfo).)
Top
Properties
  NameDescription
Public propertyDisplayName
Gets the display name of the validation item.
(Overrides ValidationItemDisplayName.)
Public propertyMessage
Gets or sets the message to display when a value is invalid.
(Inherited from ValidationItem.)
Top
See Also