XafApplication.FindModelClass(Type) Method
Returns the Application Model‘s IModelClass node representing the specific business class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| objectType | Type | A Type object representing the type of the specific business class. |
Returns
| Type | Description |
|---|---|
| IModelClass | A IModelClass object representing the node corresponding to the specified business class. |
See Also