The DayOfMonthValidationRule type exposes the following members.

Methods

  NameDescription
Public methodValidate
Performs validation checks on a value.
(Overrides NumberStringValidator..::..Validate(Object, CultureInfo).)

Properties

  NameDescription
Public propertyFormat
Gets or sets formatting strings which should be used at number conversion.
(Inherited from NumberStringValidator.)
Public propertyMax
Gets or sets a maximum allowable value.
(Inherited from NumberStringValidator.)
Public propertyMin
Gets or sets a minimum allowable value.
(Inherited from NumberStringValidator.)
Public propertyMonth
Gets or sets the DayOfMonthChecker object holding the month number.
Public propertyValidatesOnTargetUpdated
Gets or sets a value that indicates whether the ValidationRule runs when the target of the Binding is updated.
(Inherited from ValidationRule.)
Public propertyValidationCulture
Gets or sets culture used for localizing validation results. If this property is null, the CultureInfo specified in Validate method parameters will be used.
(Inherited from NumberStringValidator.)
Public propertyValidationStep
Gets or sets when the ValidationRule runs.
(Inherited from ValidationRule.)

See Also