C# Class MonoTouch.Dialog.MonthGridView

Inheritance: UIView
Afficher le fichier Open project: Clancey/ClanceyLib Class Usage Examples

Méthodes publiques

Свойство Type Description
SelectedDate System.DateTime
weekdayOfFirst int

Protected Properties

Свойство Type Description
_dayTiles IList

Méthodes publiques

Méthode Description
BuildGrid ( ) : void
MonthGridView ( CalendarMonthView calendarMonthView, System.DateTime month, System.DateTime day ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

Private Methods

Méthode Description
SelectDayView ( UITouch touch ) : bool

Method Details

BuildGrid() public méthode

public BuildGrid ( ) : void
Résultat void

MonthGridView() public méthode

public MonthGridView ( CalendarMonthView calendarMonthView, System.DateTime month, System.DateTime day ) : System
calendarMonthView CalendarMonthView
month System.DateTime
day System.DateTime
Résultat System

TouchesBegan() public méthode

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesEnded() public méthode

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesMoved() public méthode

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

Property Details

SelectedDate public_oe property

public DateTime,System SelectedDate
Résultat System.DateTime

_dayTiles protected_oe property

protected IList _dayTiles
Résultat IList

weekdayOfFirst public_oe property

public int weekdayOfFirst
Résultat int