Back to Devexpress

ModuleBase.IsExportedType(Type) Method

expressappframework-devexpress-dot-expressapp-dot-modulebase-dot-isexportedtype-x28-system-dot-type-x29.md

latest1.6 KB
Original Source

ModuleBase.IsExportedType(Type) Method

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

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public virtual bool IsExportedType(
    Type type
)
vb
Public Overridable Function IsExportedType(
    type As Type
) As Boolean

Parameters

NameTypeDescription
typeType

A Type object that is the type to be tested.

|

Returns

TypeDescription
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

ModuleBase Class

ModuleBase Members

DevExpress.ExpressApp Namespace