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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
type | Type | A Type object. |
Returns
Type | Description |
---|---|
IDXTypeInfo | An IDXTypeInfo object containing information about a project type. |
See Also