Skip to main content
.NET 6.0+

RuleSet.GetRules(IEnumerable<Type>) Method

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

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.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