IRuleSet.GetRules(Type, ContextIdentifiers) Method
Returns a list of rules for the given type and validation contexts.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
Name | Type | Description |
---|---|---|
targetType | Type | A type of object for which rules will be collected. |
contextIDs | ContextIdentifiers | The ContextIdentifiers object, which is a set of validation contexts for which rules will be collected. Default contexts are stored in the DefaultContexts enumeration. |
Returns
Type | Description |
---|---|
ReadOnlyCollection<IRule> | The list of rules that satisfy both conditions given in parameters. |
See Also