NumericRangeValidationItem Class
A validation item that checks whether the value is within a specified range of values.
Inheritance Hierarchy
SystemObject
  Geocortex.Forms.Client.Items.ValidationValidationItem
    Geocortex.Forms.Client.Items.ValidationNumericRangeValidationItem

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

The NumericRangeValidationItem type exposes the following members.

Constructors
  NameDescription
Public methodNumericRangeValidationItem
Initializes a new instance of the NumericRangeValidationItem 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 propertyMaximumValue
Gets or sets the maximum value of the validation range.
Public propertyMessage
Gets or sets the message to display when a value is invalid.
(Inherited from ValidationItem.)
Public propertyMinimumValue
Gets or sets the minimum value of the validation range.
Top
See Also