C# Class MvvmCross.AutoView.Auto.Dialog.ValueElementAuto

Inheritance: ElementAuto
Mostrar archivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
ToElementDescription ( ) : ElementDescription
ValueElementAuto ( 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

Method Details

ToElementDescription() public method

public ToElementDescription ( ) : ElementDescription
return CrossUI.Core.Descriptions.Dialog.ElementDescription

ValueElementAuto() public method

public ValueElementAuto ( 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
return System