Skip to main content
A newer version of this page is available. .

ContextIdentifiers(IList<String>) Constructor

Creates an instance of the ContextIdentifiers class.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v18.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