|
ValidationResult Enumeration |
Provides data for service operations that validate a value.
Namespace: Infosoft.Common.Contracts.DataContracts.ConfigurationsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public enum ValidationResult
No code example is currently available or this language may not be supported.
Members Member name | Value | Description |
---|
Valid | 0 |
Indicates that the value was valid.
|
ValueCannotBeNull | 1 |
Indicates that the value was invalid because it was null/empty, and a value is required.
|
ValueIsTooLong | 2 |
Indicates that the value was invalid because it was too long.
|
Invalid | 3 |
Indicates that the value was invalid because it failed to meet the requirements of the validation object.
|
See Also