SignNumberLengthValidateAttribute Class

Class SignNumberLengthValidateAttribute.
Inheritance Hierarchy

SystemObject
  SystemAttribute
    ABSuite.AccessLayer.Connector.Core.UtilityValidationAttribute
      ABSuite.AccessLayer.Connector.Core.UtilityValidationLenghtAttribute
        ABSuite.AccessLayer.Connector.Core.UtilityNumberLengthValidateAttribute
          ABSuite.AccessLayer.Connector.Core.UtilitySignNumberLengthValidateAttribute

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

public class SignNumberLengthValidateAttribute : NumberLengthValidateAttribute

The SignNumberLengthValidateAttribute type exposes the following members.

Constructors

  NameDescription
Public methodSignNumberLengthValidateAttribute
Initializes a new instance of the SignNumberLengthValidateAttribute class.
Top
Properties

  NameDescription
Public propertyError
Gets the error.
(Inherited from NumberLengthValidateAttribute.)
Public propertyMaxLength
Gets or sets the maximum length.
(Inherited from ValidationLenghtAttribute.)
Top
Methods

  NameDescription
Public methodIsValid
Determines whether the specified oldvalue is valid.
(Overrides NumberLengthValidateAttributeIsValid(Object, Object).)
Top
Extension Methods

  NameDescription
Public Extension MethodGetT
Get the value for the property
(Defined by ExtensionHelper.)
Public Extension MethodGetAttributeNames
Get a list with all property names available on this object
(Defined by ExtensionHelper.)
Public Extension MethodSetT
Set the value for a property to the new value
(Defined by ExtensionHelper.)
Top
See Also

Reference