UIContext(ICardEditorModel, FuncIViewContext, IUIContextActionOverridings, IUIContext) - конструктор |
Инициализирует новый экземпляр класса
UIContext.
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public UIContext(
[NotNullAttribute] ICardEditorModel cardEditor,
[NotNullAttribute] Func<IViewContext> viewContextFunc,
[CanBeNullAttribute] IUIContextActionOverridings actionOverridings = null,
[CanBeNullAttribute] IUIContext parent = null
)
Public Sub New (
<NotNullAttribute> cardEditor As ICardEditorModel,
<NotNullAttribute> viewContextFunc As Func(Of IViewContext),
<CanBeNullAttribute> Optional actionOverridings As IUIContextActionOverridings = Nothing,
<CanBeNullAttribute> Optional parent As IUIContext = Nothing
)
public:
UIContext(
[NotNullAttribute] ICardEditorModel^ cardEditor,
[NotNullAttribute] Func<IViewContext^>^ viewContextFunc,
[CanBeNullAttribute] IUIContextActionOverridings^ actionOverridings = nullptr,
[CanBeNullAttribute] IUIContext^ parent = nullptr
)
new :
[<NotNullAttribute>] cardEditor : ICardEditorModel *
[<NotNullAttribute>] viewContextFunc : Func<IViewContext> *
[<CanBeNullAttribute>] ?actionOverridings : IUIContextActionOverridings *
[<CanBeNullAttribute>] ?parent : IUIContext
(* Defaults:
let _actionOverridings = defaultArg actionOverridings null
let _parent = defaultArg parent null
*)
-> UIContext
Параметры
- cardEditor
- Тип: Tessa.UI.CardsICardEditorModel
Редактируемое представление карточки. - viewContextFunc
- Тип: SystemFuncIViewContext
Текущий контекст рабочего места.
- actionOverridings (Optional)
- Тип: Tessa.UIIUIContextActionOverridings
Переопределения действий, связанных с текущим контекстом.
- parent (Optional)
- Тип: Tessa.UIIUIContext
Контекст, который должен быть установлен в качестве родительского.
См. также