Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ContextIdentifiers(IList<String>) Constructor

Creates an instance of the ContextIdentifiers class.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v20.2.dll

Declaration

public ContextIdentifiers(
    IList<string> identifiers
)

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