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

Inheritance: IMvxViewTypeResolver
Exibir arquivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
Resolve ( string tagName ) : Type

Protected Methods

Method Description
IsFullyQualified ( string tagName ) : bool
MvxReflectionViewTypeResolver ( IMvxTypeCache typeCache ) : System

Method Details

IsFullyQualified() protected static method

protected static IsFullyQualified ( string tagName ) : bool
tagName string
return bool

MvxReflectionViewTypeResolver() protected method

protected MvxReflectionViewTypeResolver ( IMvxTypeCache typeCache ) : System
typeCache IMvxTypeCache
return System

Resolve() public abstract method

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