ISolutionTypesProvider.FindType(String) Method
Obtains a project type by its full name.
Namespace: DevExpress.Entity.ProjectModel
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
fullName | String | A String value specifying the full name of a type. |
Returns
Type | Description |
---|---|
IDXTypeInfo | An IDXTypeInfo object. |
See Also