NAnt SDK Documentation - v0.85-nightly-2005-11-09

Int32ValidatorAttribute Members

Int32ValidatorAttribute overview

Public Instance Constructors

Int32ValidatorAttribute Overloaded. Initializes a new instance of the Int32ValidatorAttribute class.

Public Instance Properties

Base The base of the number to validate, which must be 2, 8, 10, or 16.
MaxValue Gets or sets the maximum value.
MinValue Gets or sets the minimum value.
TypeId (inherited from Attribute) 

Public Instance Methods

Equals (inherited from Attribute) 
GetHashCode (inherited from Attribute) 
GetType (inherited from Object) 
IsDefaultAttribute (inherited from Attribute) 
Match (inherited from Attribute) 
ToString (inherited from Object) 
Validate Checks whether the specified value can be converted to an Int32 and whether the value lies within the range defined by the MinValue and MaxValue properties.

See Also

Int32ValidatorAttribute Class | NAnt.Core.Attributes Namespace