Skip to main content
All docs
V25.2
  • IRuleSet.RegisterRules(ITypeInfo) Method

    Specifies a list of rules registered in the IRuleSet.

    Namespace: DevExpress.Persistent.Validation

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

    NuGet Package: DevExpress.Persistent.Base

    Declaration

    void RegisterRules(
        ITypeInfo targetType
    )

    Parameters

    Name Type Description
    targetType ITypeInfo

    The list of IRule objects, registered in the IRuleSet.

    See Also