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

    IRuleSet.RegisterRules(ITypeInfo) Method

    Specifies a list of rules registered in the IRuleSet.

    Namespace: DevExpress.Persistent.Validation

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

    Declaration

    void RegisterRules(
        ITypeInfo targetType
    )

    Parameters

    Name Type Description
    targetType ITypeInfo

    The list of IRule objects, registered in the IRuleSet.

    See Also