Skip to main content
A newer version of this page is available. .

RuleBaseAttribute.TryAddTo(IBaseInfo, String, Func<String, RuleBaseAttribute>, Boolean) Method

For internal use.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public static bool TryAddTo(
    IBaseInfo info,
    string id,
    Func<string, RuleBaseAttribute> creator,
    bool recursive = true
)

Parameters

Name Type
info IBaseInfo
id String
creator Func<String, RuleBaseAttribute>

Optional Parameters

Name Type Default
recursive Boolean True

Returns

Type
Boolean
See Also