Click or drag to resize
Infosoft Logo

ValidationResult Enumeration

Provides data for service operations that validate a value.

Namespace: Infosoft.Common.Contracts.DataContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public enum ValidationResult
Members
Member nameValueDescription
Valid0 Indicates that the value was valid.
ValueCannotBeNull1 Indicates that the value was invalid because it was null/empty, and a value is required.
ValueIsTooLong2 Indicates that the value was invalid because it was too long.
Invalid3 Indicates that the value was invalid because it failed to meet the requirements of the validation object.
See Also