InputValueEditorManagerOpenEditor(IHashValueType, Object, String, CustomValidationDelegateKeyEditorViewModel, ActionIHashValueType, Object, String, Boolean, String) - метод

Definition

Пространство имён: Tessa.UI.HashEditor
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
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
)

Параметры

hashValueType  IHashValueType  (Optional)
 
value  Object  (Optional)
 
key  String  (Optional)
 
keyValidation  CustomValidationDelegateKeyEditorViewModel  (Optional)
 
onEditorSuccess  ActionIHashValueType, Object, String  (Optional)
 
typeEditorEnabled  Boolean  (Optional)
 
title  String  (Optional)
 

См. также