Click or drag to resize
Checker Class
Represents validation checker helper class
Inheritance Hierarchy
SystemObject
  Jeneva.Validation.ImplChecker

Namespace: Jeneva.Validation.Impl
Assembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class Checker : IChecker

The Checker type exposes the following members.

Constructors
  NameDescription
Public methodChecker
Initializes a new instance of the Checker class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsAssigned
Checks if field value is assigned
Public methodIsCountBetween
Checks if field value collection size is between min and max values inclusively (field must implement ICollection)
Public methodIsEmptyString
Checks if field value is empty string
Public methodIsEqualTo
Checks if field value equals to m
Public methodIsEqualToOneOf
Checks if field value is equal to one of values
Public methodIsGreaterOrEqualTo
Checks if field value is greater than or equal to 'm'. IComparable.
Public methodIsGreaterThan
Checks if field value is greater than 'm'. IComparable.
Public methodIsLengthBetween
Checks if field value length is between min and max values
Public methodIsLessOrEqualTo
Checks if field value is less than or equal to 'm'
Public methodIsLessThan
Checks if field value is less than 'm'. IComparable.
Public methodIsNull
Checks if field value is NULL
Public methodIsRegexpr
Checks if field value qualifies to regular expression
Public methodIsValidFormat
Checks if field value was correctly parsed
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.)
Top
See Also