C# Class MonoTouch.Dialog.CalendarMonthViewController

Inheritance: UIViewController
显示文件 Open project: Clancey/ClanceyLib

Public Properties

Property Type Description
MonthView CalendarMonthView

Public Methods

Method Description
CalendarMonthViewController ( ) : System
CalendarMonthViewController ( DateTimeElement currentDate ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void

Method Details

CalendarMonthViewController() public method

public CalendarMonthViewController ( ) : System
return System

CalendarMonthViewController() public method

public CalendarMonthViewController ( DateTimeElement currentDate ) : System
currentDate DateTimeElement
return System

ShouldAutorotateToInterfaceOrientation() public method

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

ViewDidDisappear() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

Property Details

MonthView public_oe property

public CalendarMonthView,MonoTouch.Dialog MonthView
return CalendarMonthView