Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Data

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