C# 클래스 MvvmCross.AutoView.Auto.Menu.MenuAuto

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

공개 메소드들

메소드 설명
MenuAuto ( string key = null, string onlyFor = null, string notFor = null, string caption = null, string longCaption = null, string icon = null, Expression command = null ) : System
ToDescription ( ) : KeyedDescription
ToMenuDescription ( ) : MenuDescription

메소드 상세

MenuAuto() 공개 메소드

public MenuAuto ( string key = null, string onlyFor = null, string notFor = null, string caption = null, string longCaption = null, string icon = null, Expression command = null ) : System
key string
onlyFor string
notFor string
caption string
longCaption string
icon string
command Expression
리턴 System

ToDescription() 공개 최종 메소드

public final ToDescription ( ) : KeyedDescription
리턴 CrossUI.Core.Descriptions.KeyedDescription

ToMenuDescription() 공개 메소드

public ToMenuDescription ( ) : MenuDescription
리턴 MenuDescription