IRuleSet.GetRules(IEnumerable<Type>) Method
Returns a list of rules that belongs to the current IRuleSet.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.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 |
See Also