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.v22.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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