Skip to main content
A newer version of this page is available. .

ModelBOModelClassNodesGenerator.GetTypeNameId(Type) Method

Obtains an identifier of the specified type.

Namespace: DevExpress.ExpressApp.Model.NodeGenerators

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public static string GetTypeNameId(
    Type type
)

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