Class ValidationLenghtAttribute.
            
Inheritance Hierarchy
SystemAttribute
ABSuite.AccessLayer.Connector.Core.UtilityValidationAttribute
ABSuite.AccessLayer.Connector.Core.UtilityValidationLenghtAttribute
ABSuite.AccessLayer.Connector.Core.UtilityNumberLengthValidateAttribute
ABSuite.AccessLayer.Connector.Core.UtilityStringLengthValidateAttribute
Namespace: ABSuite.AccessLayer.Connector.Core.Utility
Assembly: Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The ValidationLenghtAttribute type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|  | Error | 
            Gets the error.
            (Inherited from ValidationAttribute.) | 
|  | MaxLength | 
            Gets or sets the maximum length.
             | 
Methods
| Name | Description | |
|---|---|---|
|  | IsValid | 
            Determines whether the specified oldvalue is valid.
            (Inherited from ValidationAttribute.) | 
Extension Methods
| Name | Description | |
|---|---|---|
|  | GetT | 
            Get the value for the property
            (Defined by ExtensionHelper.) | 
|  | GetAttributeNames | 
            Get a list with all property names available on this object
            (Defined by ExtensionHelper.) | 
|  | SetT | 
            Set the value for a property to the new value
            (Defined by ExtensionHelper.) | 
See Also