Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelBOModel.GetClass(Type) Method

Provides access to the Application Model‘s Class node corresponding to a specific type.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

IModelClass GetClass(
    Type type
)

Parameters

Name Type Description
type Type

The type of the required business class.

Returns

Type Description
IModelClass

An IModelClass object representing the Application Model’s Class node corresponding to the specified type.

See Also