AsyncDelegateRule Class

Data validation rule class.

Definition

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

Constructors

AsyncDelegateRule Class constructor.

Properties

Error Gets the object that provides information about the invalidity.
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