Skip to main content

ISolutionTypesProvider.FindType(String) Method

Obtains a project type by its full name.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

IDXTypeInfo FindType(
    string fullName
)

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