Skip to main content
.NET 6.0+

ContextIdentifiers(IList<String>) Constructor

Creates an instance of the ContextIdentifiers class.

Namespace: DevExpress.Persistent.Validation

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