C# 클래스 MvvmCross.AutoView.Auto.List.ListLayoutAuto

상속: KeyedAuto
파일 보기 프로젝트 열기: MvvmCross/MvvmCross 1 사용 예제들

공개 메소드들

메소드 설명
ToDescription ( ) : KeyedDescription
ToListItemDescription ( ) : ListItemLayoutDescription

보호된 메소드들

메소드 설명
Fill ( ListItemLayoutDescription description ) : void
ListLayoutAuto ( string key = null, string onlyFor = null, string notFor = null, string layoutName = null ) : System.Collections

메소드 상세

Fill() 보호된 메소드

protected Fill ( ListItemLayoutDescription description ) : void
description ListItemLayoutDescription
리턴 void

ListLayoutAuto() 보호된 메소드

protected ListLayoutAuto ( string key = null, string onlyFor = null, string notFor = null, string layoutName = null ) : System.Collections
key string
onlyFor string
notFor string
layoutName string
리턴 System.Collections

ToDescription() 공개 최종 메소드

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

ToListItemDescription() 공개 추상적인 메소드

public abstract ToListItemDescription ( ) : ListItemLayoutDescription
리턴 ListItemLayoutDescription