C# 클래스 MyMinions.UI.MainViewController

상속: UIViewController, IScrollingPageViewDelegate
파일 보기 프로젝트 열기: sgmunn/MyMinions

Private Properties

프로퍼티 타입 설명
IScrollingPageViewDelegate UIView
IScrollingPageViewDelegate string
IScrollingPageViewDelegate void
IScrollingPageViewDelegate void
LoadMinions void
MinionUpdated void
OnNextReadModel void
ReleaseDesignerOutlets void
settingsButtonClick void
settingsButtonClick void

공개 메소드들

메소드 설명
DidReceiveMemoryWarning ( ) : void
Load ( ) : void
MainViewController ( IDomainContext context, IRepository repository, ITransactionRepository transactionRepository ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
ViewDidUnload ( ) : void
ViewWillAppear ( bool animated ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void

MainViewController() 공개 메소드

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

ShouldAutorotateToInterfaceOrientation() 공개 메소드

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
리턴 bool

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewDidUnload() 공개 메소드

public ViewDidUnload ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void