RuleSet.GetRules(IEnumerable<Type>) Method
Returns a list of rules that belongs to the current RuleSet.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v25.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| targetTypesForDelayedCollectRules | IEnumerable<Type> | The list of Type objects, rules for which will be collected. |
Returns
| Type | Description |
|---|---|
| ReadOnlyCollection<IRule> | The list of IRule objects for the types defined in a targetTypesForDelayedCollectRules parameter. |
Implements
See Also