Skip to main content
.NET 6.0+

ModuleBase.IsExportedType(Type) Method

Detects whether the specified type is exported to the system class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual bool IsExportedType(
    Type type
)

Parameters

Name Type Description
type Type

A Type object that is the type to be tested.

Returns

Type Description
Boolean

true if the specified type is exported; otherwise, flase

Remarks

A module provides a list of exported types. These types (business classes) take part in the automatic application construction (they are loaded to the Application Model and they are managed by Object Space).

See Also