C# 클래스 MonoTouch.Dialog.MonthGridView

상속: UIView
파일 보기 프로젝트 열기: Clancey/ClanceyLib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SelectedDate System.DateTime
weekdayOfFirst int

보호된 프로퍼티들

프로퍼티 타입 설명
_dayTiles IList

공개 메소드들

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

비공개 메소드들

메소드 설명
SelectDayView ( UITouch touch ) : bool

메소드 상세

BuildGrid() 공개 메소드

public BuildGrid ( ) : void
리턴 void

MonthGridView() 공개 메소드

public MonthGridView ( CalendarMonthView calendarMonthView, System.DateTime month, System.DateTime day ) : System
calendarMonthView CalendarMonthView
month System.DateTime
day System.DateTime
리턴 System

TouchesBegan() 공개 메소드

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesEnded() 공개 메소드

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesMoved() 공개 메소드

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

프로퍼티 상세

SelectedDate 공개적으로 프로퍼티

public DateTime,System SelectedDate
리턴 System.DateTime

_dayTiles 보호되어 있는 프로퍼티

protected IList _dayTiles
리턴 IList

weekdayOfFirst 공개적으로 프로퍼티

public int weekdayOfFirst
리턴 int