Skip to main content
All docs
V24.1
.NET 6.0+

IRuleSet.GetRules(IEnumerable<Type>) Method

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v24.1.dll

Declaration

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

Parameters

Name Type
targetTypesForDelayedCollectRules IEnumerable<Type>

Returns

Type
ReadOnlyCollection<IRule>
See Also