C# 클래스 MvvmCross.AutoView.Builders.MvxResourceAutoViewTextLoader

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

공개 메소드들

메소드 설명
GetDefinition ( Type viewModelType, string key ) : string
HasDefinition ( Type viewModelType, string key ) : bool

비공개 메소드들

메소드 설명
PathForView ( string viewType, string key ) : string

메소드 상세

GetDefinition() 공개 메소드

public GetDefinition ( Type viewModelType, string key ) : string
viewModelType System.Type
key string
리턴 string

HasDefinition() 공개 메소드

public HasDefinition ( Type viewModelType, string key ) : bool
viewModelType System.Type
key string
리턴 bool