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

ISolutionTypesProvider.FindType(String) Method

Obtains a project type by its full name.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v18.2.dll

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