C# Class MvvmCross.Binding.Droid.Binders.ViewTypeResolvers.MvxAxmlNameViewTypeResolver

Inheritance: MvxLongLowerCaseViewTypeResolver, IMvxAxmlNameViewTypeResolver
Datei anzeigen Open project: MvvmCross/MvvmCross Class Usage Examples

Public Methods

Method Description
MvxAxmlNameViewTypeResolver ( IMvxTypeCache typeCache ) : System
Resolve ( string tagName ) : Type

Protected Methods

Method Description
GetLookupName ( string tagName ) : string

Private Methods

Method Description
UnabbreviateTagName ( string tagName ) : string

Method Details

GetLookupName() protected method

protected GetLookupName ( string tagName ) : string
tagName string
return string

MvxAxmlNameViewTypeResolver() public method

public MvxAxmlNameViewTypeResolver ( IMvxTypeCache typeCache ) : System
typeCache IMvxTypeCache
return System

Resolve() public method

public Resolve ( string tagName ) : Type
tagName string
return System.Type