C# Класс MvvmCross.AutoView.Auto.Dialog.EntryAuto

Наследование: ValueElementAuto
Показать файл Открыть проект

Открытые методы

Метод Описание
EntryAuto ( string key = null, Expression bindingExpression = null, string converter = null, string converterParameter = null, string value = null, string caption = null, string onlyFor = null, string notFor = null, Expression selectedCommand = null, string layoutName = null ) : System
ToElementDescription ( ) : ElementDescription

Описание методов

EntryAuto() публичный Метод

public EntryAuto ( string key = null, Expression bindingExpression = null, string converter = null, string converterParameter = null, string value = null, string caption = null, string onlyFor = null, string notFor = null, Expression selectedCommand = null, string layoutName = null ) : System
key string
bindingExpression Expression
converter string
converterParameter string
value string
caption string
onlyFor string
notFor string
selectedCommand Expression
layoutName string
Результат System

ToElementDescription() публичный Метод

public ToElementDescription ( ) : ElementDescription
Результат CrossUI.Core.Descriptions.Dialog.ElementDescription