RuleCollection Class
Collection class containing data validation rules.
Namespace: Aliquo.Windows.BaseAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public sealed class RuleCollection : Collection<IDelegateRule>
Public NotInheritable Class RuleCollection
Inherits Collection(Of IDelegateRule)
- Inheritance
- Object CollectionIDelegateRule RuleCollection
Add |
Add a new rule to the collection.
|
AddAsync |
Add a new rule to the collection asynchronously.
|
Apply |
Execute or apply validation rules.
|