C# Class MvvmCross.AutoView.Builders.MvxResourceAutoViewTextLoader

Inheritance: IMvxAutoViewTextLoader
Mostrar archivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
GetDefinition ( Type viewModelType, string key ) : string
HasDefinition ( Type viewModelType, string key ) : bool

Private Methods

Method Description
PathForView ( string viewType, string key ) : string

Method Details

GetDefinition() public method

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

HasDefinition() public method

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