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