InputValueEditorManagerOpenEditor(IHashValueType, Object, String, CustomValidationDelegateKeyEditorViewModel, ActionIHashValueType, Object, String, Boolean, String) - метод |
Пространство имён:
Tessa.UI.HashEditor
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static void OpenEditor(
IHashValueType hashValueType = null,
Object value = null,
string key = null,
CustomValidationDelegate<KeyEditorViewModel> keyValidation = null,
Action<IHashValueType, Object, string> onEditorSuccess = null,
bool typeEditorEnabled = true,
string title = null
)
Public Shared Sub OpenEditor (
Optional hashValueType As IHashValueType = Nothing,
Optional value As Object = Nothing,
Optional key As String = Nothing,
Optional keyValidation As CustomValidationDelegate(Of KeyEditorViewModel) = Nothing,
Optional onEditorSuccess As Action(Of IHashValueType, Object, String) = Nothing,
Optional typeEditorEnabled As Boolean = true,
Optional title As String = Nothing
)
public:
static void OpenEditor(
IHashValueType^ hashValueType = nullptr,
Object^ value = nullptr,
String^ key = nullptr,
CustomValidationDelegate<KeyEditorViewModel^>^ keyValidation = nullptr,
Action<IHashValueType^, Object^, String^>^ onEditorSuccess = nullptr,
bool typeEditorEnabled = true,
String^ title = nullptr
)
static member OpenEditor :
?hashValueType : IHashValueType *
?value : Object *
?key : string *
?keyValidation : CustomValidationDelegate<KeyEditorViewModel> *
?onEditorSuccess : Action<IHashValueType, Object, string> *
?typeEditorEnabled : bool *
?title : string
(* Defaults:
let _hashValueType = defaultArg hashValueType null
let _value = defaultArg value null
let _key = defaultArg key null
let _keyValidation = defaultArg keyValidation null
let _onEditorSuccess = defaultArg onEditorSuccess null
let _typeEditorEnabled = defaultArg typeEditorEnabled true
let _title = defaultArg title null
*)
-> unit
Параметры
- hashValueType (Optional)
- Тип: Tessa.UI.HashEditor.TypesIHashValueType
- value (Optional)
- Тип: SystemObject
- key (Optional)
- Тип: SystemString
- keyValidation (Optional)
- Тип: Tessa.UI.HashEditor.EditorsCustomValidationDelegateKeyEditorViewModel
- onEditorSuccess (Optional)
- Тип: SystemActionIHashValueType, Object, String
- typeEditorEnabled (Optional)
- Тип: SystemBoolean
- title (Optional)
- Тип: SystemString
См. также