Skip to main content
All docs
V23.2

QueryBindToTypeEventArgs(Assembly, String, BindToTypePolicy.QueryLevel) Constructor

Initializes a new instance of the BindToTypePolicy.QueryBindToTypeEventArgs class with specified settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public QueryBindToTypeEventArgs(
    Assembly assembly,
    string typeName,
    BindToTypePolicy.QueryLevel level
)

Parameters

Name Type Description
assembly Assembly

The assembly that contains the processed type. This value is assigned to the Assembly property.

typeName String

The type name. This value is assigned to the TypeName property.

level BindToTypePolicy.QueryLevel

This value is assigned to the QueryLevel property.

See Also