Skip to main content
A newer version of this page is available. .

RuleSet.GetRules(IEnumerable<Type>) Method

Returns a list of rules that belongs to the current RuleSet.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

public ReadOnlyCollection<IRule> GetRules(
    IEnumerable<Type> targetTypesForDelayedCollectRules
)

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.

See Also