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

Inheritance: MvxLongLowerCaseViewTypeResolver, IMvxAxmlNameViewTypeResolver
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
MvxAxmlNameViewTypeResolver ( IMvxTypeCache typeCache ) : System
Resolve ( string tagName ) : Type

Méthodes protégées

Méthode Description
GetLookupName ( string tagName ) : string

Private Methods

Méthode Description
UnabbreviateTagName ( string tagName ) : string

Method Details

GetLookupName() protected méthode

protected GetLookupName ( string tagName ) : string
tagName string
Résultat string

MvxAxmlNameViewTypeResolver() public méthode

public MvxAxmlNameViewTypeResolver ( IMvxTypeCache typeCache ) : System
typeCache IMvxTypeCache
Résultat System

Resolve() public méthode

public Resolve ( string tagName ) : Type
tagName string
Résultat System.Type