RelativeDateTimeValidator Properties

Include Protected Members
Include Inherited Members

The RelativeDateTimeValidator type exposes the following members.

Properties

  Name Description
Protected property DefaultMessageTemplate
Gets the default message template for de validator.
(Inherited from ValueValidator<T>.)
Protected property DefaultNegatedMessageTemplate
Gets the Default Message Template when the validator is negated.
(Overrides ValueValidator<T>.DefaultNegatedMessageTemplate.)
Protected property DefaultNonNegatedMessageTemplate
Gets the Default Message Template when the validator is non negated.
(Overrides ValueValidator<T>.DefaultNonNegatedMessageTemplate.)
Public property LowerBound
Lower bound for range comparison.
Public property LowerBoundType
Is lower bound included, excluded, or ignored?
Public property LowerUnit
Time units for lower bound.
Public property MessageTemplate
Gets or sets the message template to use when logging results.
(Inherited from Validator.)
Public property Negated
Gets the indication of negated validation logic.
(Inherited from ValueValidator<T>.)
Public property Tag
Gets a value characterizing the logged result.
(Inherited from Validator.)
Public property UpperBound
Upper bound for range comparison.
Public property UpperBoundType
Is upper bound included, excluded, or ignored?
Public property UpperUnit
Time units for upper bound.

See Also

RelativeDateTimeValidator Class

Microsoft.Practices.EnterpriseLibrary.Validation.Validators Namespace