C# Class MvvmCross.AutoView.Builders.MvxCompositeAutoViewTextLoader

Inheritance: IMvxAutoViewTextLoader
Mostrar archivo Open project: MvvmCross/MvvmCross

Public Methods

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

Protected Methods

Method Description
Add ( IMvxAutoViewTextLoader subLoader ) : void

Method Details

Add() protected method

protected Add ( IMvxAutoViewTextLoader subLoader ) : void
subLoader IMvxAutoViewTextLoader
return void

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