Skip to main content
All docs
V25.1
  • .NET 8.0+

    IRuleSet.GetRules(IEnumerable<Type>) Method

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

    Namespace: DevExpress.Persistent.Validation

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

    Declaration

    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