C# Class MonoMobile.Views.ViewContainer

Afficher le fichier Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Méthodes publiques

Méthode Description
GetExactView ( Type type ) : Type
GetView ( MemberData memberData ) : Type
GetView ( Type type ) : Type
RegisterView ( Type type, Type viewType ) : void

Method Details

GetExactView() public static méthode

public static GetExactView ( Type type ) : Type
type System.Type
Résultat System.Type

GetView() public static méthode

public static GetView ( MemberData memberData ) : Type
memberData MemberData
Résultat System.Type

GetView() public static méthode

public static GetView ( Type type ) : Type
type System.Type
Résultat System.Type

RegisterView() public static méthode

public static RegisterView ( Type type, Type viewType ) : void
type System.Type
viewType System.Type
Résultat void