Int32RangeValidator Class Breeze.sharp
Inheritance Hierarchy

SystemObject
  Breeze.SharpInternable
    Breeze.SharpValidator
      Breeze.SharpRangeValidatorInt32
        Breeze.SharpInt32RangeValidator

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public class Int32RangeValidator : RangeValidator<int>

The Int32RangeValidator type exposes the following members.

Constructors

  NameDescription
Public methodInt32RangeValidator
Initializes a new instance of the Int32RangeValidator class
Top
Methods

  NameDescription
Public methodEquals (Inherited from Internable.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetErrorMessage
Provides the error message associated with a failure of this validator.
(Inherited from RangeValidatorT.)
Public methodGetHashCode (Inherited from Internable.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Performs validation given a specified context.
(Inherited from Validator.)
Protected methodValidateCore
Provides the core validation logic to this validator.
(Inherited from RangeValidatorT.)
Top
Properties

  NameDescription
Public propertyIncludeMaxEndpoint (Inherited from RangeValidatorT.)
Public propertyIncludeMinEndpoint (Inherited from RangeValidatorT.)
Public propertyLocalizedKey (Inherited from Validator.)
Public propertyLocalizedMessage (Inherited from Validator.)
Public propertyMax (Inherited from RangeValidatorT.)
Public propertyMin (Inherited from RangeValidatorT.)
Public propertyName (Inherited from Internable.)
Top
See Also

Reference