IDelegateRule Interface

Interface to define a validation rule.

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface IDelegateRule

Properties

Error Gets the object that provides information about the disability.
PropertyName Gets the name of the property associated with the rule.

Methods

Apply Apply or run the validation rule.

See Also