C# Class MonoMobile.Views.ViewContainer

Exibir arquivo Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Public Methods

Method Description
GetExactView ( Type type ) : Type
GetView ( MemberData memberData ) : Type
GetView ( Type type ) : Type
RegisterView ( Type type, Type viewType ) : void

Method Details

GetExactView() public static method

public static GetExactView ( Type type ) : Type
type System.Type
return System.Type

GetView() public static method

public static GetView ( MemberData memberData ) : Type
memberData MemberData
return System.Type

GetView() public static method

public static GetView ( Type type ) : Type
type System.Type
return System.Type

RegisterView() public static method

public static RegisterView ( Type type, Type viewType ) : void
type System.Type
viewType System.Type
return void