WorkplaceViewModelFactory - делегат
Фабрика создания модели-представления рабочего места
Пространство имён: Tessa.UI.ViewsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
[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Модель-представление рабочего места