C# Class MvvmCross.AutoView.Builders.MvxResourceAutoViewTextLoader

Inheritance: IMvxAutoViewTextLoader
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
GetDefinition ( Type viewModelType, string key ) : string
HasDefinition ( Type viewModelType, string key ) : bool

Private Methods

Méthode Description
PathForView ( string viewType, string key ) : string

Method Details

GetDefinition() public méthode

public GetDefinition ( Type viewModelType, string key ) : string
viewModelType System.Type
key string
Résultat string

HasDefinition() public méthode

public HasDefinition ( Type viewModelType, string key ) : bool
viewModelType System.Type
key string
Résultat bool