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.v18.2.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.

Remarks

An example of using this method is provided in the Shared Parts topic.

See Also