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

    IRuleSet.GetRules(Object, ContextIdentifiers) Method

    Returns a list of all rules for the given object and validation contexts.

    Namespace: DevExpress.Persistent.Validation

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

    Declaration

    ReadOnlyCollection<IRule> GetRules(
        object target,
        ContextIdentifiers contextIDs
    )

    Parameters

    Name Type Description
    target Object

    An object for which to collect the rules.

    contextIDs ContextIdentifiers

    The ContextIdentifiers object, which is a set of validation contexts for which rules will be collected. Default contexts are stored in the DefaultContexts enumeration.

    Returns

    Type Description
    ReadOnlyCollection<IRule>

    The list of rules.

    See Also