C# 클래스 MonoTouch.Dialog.CalendarMonthView

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

공개 프로퍼티들

프로퍼티 타입 설명
CurrentMonthYear System.DateTime
IsDayMarkedDelegate IsDayMarked
MarkedDay ICollection
MonthChanged DateSelected
OnDateSelected DateSelected
OnFinishedDateSelection DateSelected
ShowToolBar bool
SizeChanged System.Action

공개 메소드들

메소드 설명
CalendarMonthView ( ) : System
CalendarMonthView ( System.DateTime currentDate ) : System
CalendarMonthView ( System.DateTime currentDate, System.DateTime markedDays ) : System
CalendarMonthView ( System.DateTime currentDate, bool showToolBar ) : System
Draw ( RectangleF rect ) : void
LayoutSubviews ( ) : void
MoveCalendarMonths ( System.DateTime date, bool animated ) : void
MoveCalendarMonths ( bool upwards, bool animated ) : void

비공개 메소드들

메소드 설명
CreateNewGrid ( System.DateTime date ) : MonthGridView
DrawDayLabels ( RectangleF rect ) : void
DrawMonthLabel ( RectangleF rect ) : void
HandleNextMonthTouch ( object sender, EventArgs e ) : void
HandlePreviousMonthTouch ( object sender, EventArgs e ) : void
LoadButtons ( ) : void
LoadInitialGrids ( ) : void
isDayMarker ( System.DateTime date ) : bool

메소드 상세

CalendarMonthView() 공개 메소드

public CalendarMonthView ( ) : System
리턴 System

CalendarMonthView() 공개 메소드

public CalendarMonthView ( System.DateTime currentDate ) : System
currentDate System.DateTime
리턴 System

CalendarMonthView() 공개 메소드

public CalendarMonthView ( System.DateTime currentDate, System.DateTime markedDays ) : System
currentDate System.DateTime
markedDays System.DateTime
리턴 System

CalendarMonthView() 공개 메소드

public CalendarMonthView ( System.DateTime currentDate, bool showToolBar ) : System
currentDate System.DateTime
showToolBar bool
리턴 System

Draw() 공개 메소드

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

LayoutSubviews() 공개 메소드

public LayoutSubviews ( ) : void
리턴 void

MoveCalendarMonths() 공개 메소드

public MoveCalendarMonths ( System.DateTime date, bool animated ) : void
date System.DateTime
animated bool
리턴 void

MoveCalendarMonths() 공개 메소드

public MoveCalendarMonths ( bool upwards, bool animated ) : void
upwards bool
animated bool
리턴 void

프로퍼티 상세

CurrentMonthYear 공개적으로 프로퍼티

public DateTime,System CurrentMonthYear
리턴 System.DateTime

IsDayMarkedDelegate 공개적으로 프로퍼티

public IsDayMarked IsDayMarkedDelegate
리턴 IsDayMarked

MarkedDay 공개적으로 프로퍼티

public ICollection MarkedDay
리턴 ICollection

MonthChanged 공개적으로 프로퍼티

public DateSelected MonthChanged
리턴 DateSelected

OnDateSelected 공개적으로 프로퍼티

public DateSelected OnDateSelected
리턴 DateSelected

OnFinishedDateSelection 공개적으로 프로퍼티

public DateSelected OnFinishedDateSelection
리턴 DateSelected

ShowToolBar 공개적으로 프로퍼티

public bool ShowToolBar
리턴 bool

SizeChanged 공개적으로 프로퍼티

public Action,System SizeChanged
리턴 System.Action