XafApplication.FindModelClass(Type) Method
In This Article
Returns the Application Model‘s IModelClass node representing the specific business class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public IModelClass FindModelClass(
Type objectType
)
#Parameters
Name | Type | Description |
---|---|---|
object |
Type | A Type object representing the type of the specific business class. |
#Returns
Type | Description |
---|---|
IModel |
A IModel |
See Also