TableRowCreationOptions - конструктор |
Пространство имён:
Tessa.UI.Views.Content
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public TableRowCreationOptions(
IDictionary<string, Object> data,
TableGridViewModel table,
Brush background,
IMenuContext menuContext,
Object creator = null,
ICollection<Func<ViewControlRowMenuContext, ValueTask>> contextMenuGenerators = null,
IContextMenuProvider contextMenuProvider = null
)
Public Sub New (
data As IDictionary(Of String, Object),
table As TableGridViewModel,
background As Brush,
menuContext As IMenuContext,
Optional creator As Object = Nothing,
Optional contextMenuGenerators As ICollection(Of Func(Of ViewControlRowMenuContext, ValueTask)) = Nothing,
Optional contextMenuProvider As IContextMenuProvider = Nothing
)
public:
TableRowCreationOptions(
IDictionary<String^, Object^>^ data,
TableGridViewModel^ table,
Brush^ background,
IMenuContext^ menuContext,
Object^ creator = nullptr,
ICollection<Func<ViewControlRowMenuContext^, ValueTask>^>^ contextMenuGenerators = nullptr,
IContextMenuProvider^ contextMenuProvider = nullptr
)
new :
data : IDictionary<string, Object> *
table : TableGridViewModel *
background : Brush *
menuContext : IMenuContext *
?creator : Object *
?contextMenuGenerators : ICollection<Func<ViewControlRowMenuContext, ValueTask>> *
?contextMenuProvider : IContextMenuProvider
(* Defaults:
let _creator = defaultArg creator null
let _contextMenuGenerators = defaultArg contextMenuGenerators null
let _contextMenuProvider = defaultArg contextMenuProvider null
*)
-> TableRowCreationOptions
Параметры
- data
- Тип: System.Collections.GenericIDictionaryString, Object
- table
- Тип: Tessa.UI.Views.ContentTableGridViewModel
- background
- Тип: System.Windows.MediaBrush
- menuContext
- Тип: Tessa.UI.MenuIMenuContext
- creator (Optional)
- Тип: SystemObject
- contextMenuGenerators (Optional)
- Тип: System.Collections.GenericICollectionFuncViewControlRowMenuContext, ValueTask
- contextMenuProvider (Optional)
- Тип: Tessa.UI.MenuIContextMenuProvider
См. также