ConstantValueEditorViewModel - конструктор |
Пространство имён:
Tessa.UI.Cards.Editors
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public ConstantValueEditorViewModel(
Action<ConstantValueEditorViewModel> updateDataAction,
ConstantValueType valueType = ConstantValueType.Boolean,
Object value = null
)
Public Sub New (
updateDataAction As Action(Of ConstantValueEditorViewModel),
Optional valueType As ConstantValueType = ConstantValueType.Boolean,
Optional value As Object = Nothing
)
public:
ConstantValueEditorViewModel(
Action<ConstantValueEditorViewModel^>^ updateDataAction,
ConstantValueType valueType = ConstantValueType::Boolean,
Object^ value = nullptr
)
new :
updateDataAction : Action<ConstantValueEditorViewModel> *
?valueType : ConstantValueType *
?value : Object
(* Defaults:
let _valueType = defaultArg valueType ConstantValueType.Boolean
let _value = defaultArg value null
*)
-> ConstantValueEditorViewModel
Параметры
- updateDataAction
- Тип: SystemActionConstantValueEditorViewModel
- valueType (Optional)
- Тип: Tessa.UI.Cards.ControlsConstantValueType
- value (Optional)
- Тип: SystemObject
См. также