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

Inheritance: System.Attribute
Mostra file Open project: MvvmCross/MvvmCross Class Usage Examples

Public Methods

Method Description
MvxFragmentAttribute ( Type parentActivityViewModelType, int fragmentContentId, bool addToBackStack = false ) : System

Method Details

MvxFragmentAttribute() public method

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