ContextIdentifiers(IList<String>) Constructor
Creates an instance of the ContextIdentifiers class.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
Name | Type | Description |
---|---|---|
identifiers | IList<String> | An IList<String> object, which is a list of validation contexts that will be identified by the created ContextIdentifiers. |
See Also