ModelBOModelClassNodesGenerator.TryGetTypeId(Type, out String) Method
Tries to get an identifier of a given type.
Namespace: DevExpress.ExpressApp.Model.NodeGenerators
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | A System.Type object. |
| typeId | String | A string identifier of a given type. |
Returns
| Type | Description |
|---|---|
| Boolean | On success, returns true; otherwise, false. |
Remarks
The TryGetTypeId method returns false and sets the typeId parameter to null if the passed type contains generic parameters (see Type.ContainsGenericParameters).
See Also