RuleBaseAttribute.TryAddTo(IBaseInfo, String, Func<String, RuleBaseAttribute>, Boolean) Method
For internal use.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v25.2.dll
NuGet Package: DevExpress.Persistent.Base
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