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

ITypesInfo.RegisterSharedPart(Type) Method

Registers a Shared Part aggregated by several Domain Components that are registered as entities in the application.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

void RegisterSharedPart(
    Type interfaceType
)

Parameters

Name Type Description
interfaceType Type

A Type object representing a shared part aggregated by several Domain Components that are registered as entities in the application.

See Also