WorkplaceViewModelFactory - делегат
Фабрика создания модели-представления рабочего места
Пространство имён: Tessa.UI.ViewsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[NotNullAttribute]
public delegate IWorkplaceViewModel WorkplaceViewModelFactory(
[NotNullAttribute] IWorkplaceCreationContext creationContext
)
<NotNullAttribute>
Public Delegate Function WorkplaceViewModelFactory (
<NotNullAttribute> creationContext As IWorkplaceCreationContext
) As IWorkplaceViewModel
[NotNullAttribute]
public delegate IWorkplaceViewModel^ WorkplaceViewModelFactory(
[NotNullAttribute] IWorkplaceCreationContext^ creationContext
)
[<NotNullAttribute>]
type WorkplaceViewModelFactory =
delegate of
[<NotNullAttribute>] creationContext : IWorkplaceCreationContext -> IWorkplaceViewModel
- creationContext IWorkplaceCreationContext
-
Контекст создания рабочего места
IWorkplaceViewModelМодель-представление рабочего места