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

ContextIdentifiers(String) Constructor

Creates an instance of the ContextIdentifiers class.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public ContextIdentifiers(
    string identifiers
)

Parameters

Name Type Description
identifiers String

A string containing validation contexts separated by the ContextIdentifiers.Separator string, that will be identified by the created ContextIdentifiers.

See Also