Returns a list of rules for the given type and validation contexts.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v18.2.dll
public ReadOnlyCollection<IRule> GetRules(
Type targetType,
ContextIdentifiers contextIDs
)
Public Function GetRules(
targetType As Type,
contextIDs As ContextIdentifiers
) As ReadOnlyCollection(Of IRule)
Type | Name | Description |
---|---|---|
Type | targetType | A type of object, rules for which will be collected. |
ContextIdentifiers | contextIDs | The ContextIdentifiers object which is a set of validation contexts, rules for which will be collected. Default contexts are stored in the DefaultContexts enumeration. |
Type | Description |
---|---|
ReadOnlyCollection<IRule> | The list of rules that satisfy both conditions given in parameters. |