InputValueEditorManagerOpenEditor(IHashValueType, Object, String, CustomValidationDelegateKeyEditorViewModel, ActionIHashValueType, Object, String, Boolean, String) - метод
Пространство имён: Tessa.UI.HashEditorСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 IHashValueType (Optional)
-
- value Object (Optional)
-
- key String (Optional)
-
- keyValidation CustomValidationDelegateKeyEditorViewModel (Optional)
-
- onEditorSuccess ActionIHashValueType, Object, String (Optional)
-
- typeEditorEnabled Boolean (Optional)
-
- title String (Optional)
-