Skip to main content
.NET 6.0+

ContextIdentifier(String) Constructor

Creates an instance of the ContextIdentifier class.

Namespace: DevExpress.Persistent.Validation

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

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