Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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