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

IProjectTypes.GetExistingOrCreateNew(Type) Method

Obtains the existing IDXTypeInfo object that provides information about a known project type, or creates a new one if it was not found.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v18.2.dll

Declaration

IDXTypeInfo GetExistingOrCreateNew(
    Type type
)

Parameters

Name Type Description
type Type

A Type object.

Returns

Type Description
IDXTypeInfo

An IDXTypeInfo object containing information about a project type.

See Also