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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
Add ( IMvxAutoViewTextLoader subLoader ) : void

메소드 상세

Add() 보호된 메소드

protected Add ( IMvxAutoViewTextLoader subLoader ) : void
subLoader IMvxAutoViewTextLoader
리턴 void

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