IChartingContentItemProviderGetFactory - метод
Получение компонента представления данных диаграмм.
Пространство имён: Tessa.UI.Views.ChartingСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
Object GetFactory(
IWorkplaceViewComponent component,
IUnityContainer container,
Object model,
Func<IWorkplaceViewComponent, Object> contentFactory = null
)
Function GetFactory (
component As IWorkplaceViewComponent,
container As IUnityContainer,
model As Object,
Optional contentFactory As Func(Of IWorkplaceViewComponent, Object) = Nothing
) As Object
Object^ GetFactory(
IWorkplaceViewComponent^ component,
IUnityContainer^ container,
Object^ model,
Func<IWorkplaceViewComponent^, Object^>^ contentFactory = nullptr
)
abstract GetFactory :
component : IWorkplaceViewComponent *
container : IUnityContainer *
model : Object *
?contentFactory : Func<IWorkplaceViewComponent, Object>
(* Defaults:
let _contentFactory = defaultArg contentFactory null
*)
-> Object
- component IWorkplaceViewComponent
-
Описание интерфейса компонента рабочего места, отображающего данные.
- container IUnityContainer
-
Контейнер для получения зависимостей.
- model Object
-
Модель данных, описывающая настройки диаграмм.
- contentFactory FuncIWorkplaceViewComponent, Object (Optional)
-
Фабрика, используемая для создания модели представления по модели model.
Object
Компонент представления данных диаграмм.