Skip to main content

ContextIdentifier(String) Constructor

Creates an instance of the ContextIdentifier class.

Namespace: DevExpress.Persistent.Validation

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

NuGet Package: DevExpress.Persistent.Base

Declaration

public ContextIdentifier(
    string id
)

Parameters

Name Type Description
id String

A string which is a validation context that the created ContextIdentifier will identify. This parameter value is assigned to the ContextIdentifier.Id property.

See Also