C# Class MvvmCross.Droid.Shared.Attributes.MvxFragmentAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
MvxFragmentAttribute ( Type parentActivityViewModelType, int fragmentContentId, bool addToBackStack = false ) : System

Method Details

MvxFragmentAttribute() public méthode

public MvxFragmentAttribute ( Type parentActivityViewModelType, int fragmentContentId, bool addToBackStack = false ) : System
parentActivityViewModelType System.Type
fragmentContentId int
addToBackStack bool
Résultat System