DateOnlyRule Class

Validation rule for date only values.

Definition

Namespace: Common.Wpf.Rules
Assembly: Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
C#
public class DateOnlyRule : RuleBase
Inheritance
Object    ValidationRule    RuleBase    DateOnlyRule

Constructors

DateOnlyRuleInitializes a new instance of the DateOnlyRule class

Properties

RqdIndicates if a value is required. The default is .

Methods

ValidatePerforms validation checks on a value.
(Overrides RuleBaseValidate(Object, CultureInfo))

See Also