RuleBaseAttribute.TryAddTo(IBaseInfo, String, Func<String, RuleBaseAttribute>, Boolean) Method
For internal use.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
Name | Type |
---|---|
info | IBaseInfo |
id | String |
creator | Func<String, RuleBaseAttribute> |
Optional Parameters
Name | Type | Default |
---|---|---|
recursive | Boolean | True |
Returns
Type |
---|
Boolean |
See Also