C# Class MyMinions.UI.MainViewController

Inheritance: UIViewController, IScrollingPageViewDelegate
Show file Open project: sgmunn/MyMinions

Private Properties

Property Type Description
IScrollingPageViewDelegate UIView
IScrollingPageViewDelegate string
IScrollingPageViewDelegate void
IScrollingPageViewDelegate void
LoadMinions void
MinionUpdated void
OnNextReadModel void
ReleaseDesignerOutlets void
settingsButtonClick void
settingsButtonClick void

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
Load ( ) : void
MainViewController ( IDomainContext context, IRepository repository, ITransactionRepository transactionRepository ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
ViewDidUnload ( ) : void
ViewWillAppear ( bool animated ) : void

Private Methods

Method Description
IScrollingPageViewDelegate ( string pageTypeKey, RectangleF frame ) : UIView
IScrollingPageViewDelegate ( int index ) : string
IScrollingPageViewDelegate ( int index ) : void
IScrollingPageViewDelegate ( int index, UIView view ) : void
LoadMinions ( int pageIndex ) : void
MinionUpdated ( MinionContract minion ) : void
OnNextReadModel ( IDataModelEvent readModelChange ) : void
ReleaseDesignerOutlets ( ) : void
settingsButtonClick ( MonoTouch sender ) : void
settingsButtonClick ( NSObject sender ) : void

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

Load() public method

public Load ( ) : void
return void

MainViewController() public method

public MainViewController ( IDomainContext context, IRepository repository, ITransactionRepository transactionRepository ) : System
context IDomainContext
repository IRepository
transactionRepository ITransactionRepository
return System

ShouldAutorotateToInterfaceOrientation() public method

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
return bool

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewDidUnload() public method

public ViewDidUnload ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void