FileSizeValidationItem Class |
Namespace: Geocortex.Forms.Client.Items.Validation
The FileSizeValidationItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileSizeValidationItem |
Initializes a new instance of the FileSizeValidationItem class.
|
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).) |
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.) |
![]() | TotalFileSize |
Gets or sets the total allowable size (in bytes) of the selected files.
|