C# 클래스 MvvmCross.AutoView.Auto.Dialog.EntryAuto

상속: ValueElementAuto
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
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