ModelBOModelClassNodesGenerator.GetTypeNameId(Type) Method
Obtains an identifier of the specified type.
Namespace: DevExpress.ExpressApp.Model.NodeGenerators
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | A type whose identifier will be obtained. |
Returns
| Type | Description |
|---|---|
| String | A string identifier of the specified type. |
See Also