C# Class Exrin.Framework.ViewService

Inheritance: IViewService
Exibir arquivo Open project: exrin/Exrin

Public Methods

Method Description
Build ( ITypeDefinition definition ) : Task
GetMap ( Type viewModelType ) : Type
Map ( Type viewType, Type viewModelType ) : void
ViewService ( IInjectionProxy injection ) : Abstraction

Private Methods

Method Description
GetBindingContext ( Type viewType ) : object

Method Details

Build() public method

public Build ( ITypeDefinition definition ) : Task
definition ITypeDefinition
return Task

GetMap() public method

public GetMap ( Type viewModelType ) : Type
viewModelType System.Type
return System.Type

Map() public method

public Map ( Type viewType, Type viewModelType ) : void
viewType System.Type
viewModelType System.Type
return void

ViewService() public method

public ViewService ( IInjectionProxy injection ) : Abstraction
injection IInjectionProxy
return Abstraction