C# Class MonoTouch.Dialog.CalendarMonthViewController

Inheritance: UIViewController
Afficher le fichier Open project: Clancey/ClanceyLib

Méthodes publiques

Свойство Type Description
MonthView CalendarMonthView

Méthodes publiques

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

Method Details

CalendarMonthViewController() public méthode

public CalendarMonthViewController ( ) : System
Résultat System

CalendarMonthViewController() public méthode

public CalendarMonthViewController ( DateTimeElement currentDate ) : System
currentDate DateTimeElement
Résultat System

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

ViewDidDisappear() public méthode

public ViewDidDisappear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

Property Details

MonthView public_oe property

public CalendarMonthView,MonoTouch.Dialog MonthView
Résultat CalendarMonthView