Skip to main content
.NET 6.0+

ModelBOModelClassNodesGenerator.GetTypeNameId(Type) Method

Obtains an identifier of the specified type.

Namespace: DevExpress.ExpressApp.Model.NodeGenerators

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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