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

    IRuleSet.GetRules(Object) Method

    Returns a list of all rules that belong to the object specified in a parameter.

    Namespace: DevExpress.Persistent.Validation

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

    Declaration

    ReadOnlyCollection<IRule> GetRules(
        object targetForDelayedCollectRules
    )

    Parameters

    Name Type Description
    targetForDelayedCollectRules Object

    An object for which to collect the rules.

    Returns

    Type Description
    ReadOnlyCollection<IRule>

    The list of rules.

    See Also