DelegateRule Class

Data validation rule class.

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public sealed class DelegateRule : IDelegateRule
Inheritance
Object    DelegateRule
Implements
IDelegateRule

Constructors

DelegateRule Class constructor.

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.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also