C# 클래스 UICalendar.CalendarDayTimelineView

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

공개 프로퍼티들

프로퍼티 타입 설명
ForceAutoRotate System.Action
OnEventClicked EventClicked
OnEventDoubleClicked EventClicked
currentDate System.DateTime
currentMonth System.DateTime
dateChanged DateChanged
monthEvents List

Private Properties

프로퍼티 타입 설명
DrawDayLabel void
GetStartPosition float
LoadButtons void
ViewSwitched void
getScrollView UIView
getTimeLineView TimeLineView
scrolled void
setBottomToolBar void
setup void
swipeLeft void
swipeRight void

공개 메소드들

메소드 설명
CalendarDayTimelineView ( ) : System
CalendarDayTimelineView ( CGRect rect, float tabBarHeight ) : System
Draw ( CGRect rect ) : void
MovedToWindow ( ) : void
ScrollToTime ( System.DateTime time ) : void
SetDate ( System.DateTime date ) : void
buildAllDayView ( ) : void
buildDayView ( ) : void
buildMonthSingleDayEventList ( CGRect rect ) : DialogViewController
buildMonthView ( ) : void
getMonthDayEvents ( ) : RootElement
reloadDay ( ) : void
setupCustomInitialisation ( ) : void

비공개 메소드들

메소드 설명
DrawDayLabel ( CGRect rect ) : void
GetStartPosition ( System.DateTime time ) : float
LoadButtons ( ) : void
ViewSwitched ( ) : void
getScrollView ( ) : UIView
getTimeLineView ( ) : TimeLineView
scrolled ( ) : void
setBottomToolBar ( ) : void
setup ( ) : void
swipeLeft ( ) : void
swipeRight ( ) : void

메소드 상세

CalendarDayTimelineView() 공개 메소드

public CalendarDayTimelineView ( ) : System
리턴 System

CalendarDayTimelineView() 공개 메소드

public CalendarDayTimelineView ( CGRect rect, float tabBarHeight ) : System
rect CGRect
tabBarHeight float
리턴 System

Draw() 공개 메소드

public Draw ( CGRect rect ) : void
rect CGRect
리턴 void

MovedToWindow() 공개 메소드

public MovedToWindow ( ) : void
리턴 void

ScrollToTime() 공개 메소드

public ScrollToTime ( System.DateTime time ) : void
time System.DateTime
리턴 void

SetDate() 공개 메소드

public SetDate ( System.DateTime date ) : void
date System.DateTime
리턴 void

buildAllDayView() 공개 메소드

public buildAllDayView ( ) : void
리턴 void

buildDayView() 공개 메소드

public buildDayView ( ) : void
리턴 void

buildMonthSingleDayEventList() 공개 메소드

public buildMonthSingleDayEventList ( CGRect rect ) : DialogViewController
rect CGRect
리턴 MonoTouch.Dialog.DialogViewController

buildMonthView() 공개 메소드

public buildMonthView ( ) : void
리턴 void

getMonthDayEvents() 공개 메소드

public getMonthDayEvents ( ) : RootElement
리턴 MonoTouch.Dialog.RootElement

reloadDay() 공개 메소드

public reloadDay ( ) : void
리턴 void

setupCustomInitialisation() 공개 메소드

public setupCustomInitialisation ( ) : void
리턴 void

프로퍼티 상세

ForceAutoRotate 공개적으로 프로퍼티

public Action,System ForceAutoRotate
리턴 System.Action

OnEventClicked 공개적으로 프로퍼티

public EventClicked OnEventClicked
리턴 EventClicked

OnEventDoubleClicked 공개적으로 프로퍼티

public EventClicked OnEventDoubleClicked
리턴 EventClicked

currentDate 공개적으로 프로퍼티

public DateTime,System currentDate
리턴 System.DateTime

currentMonth 공개적으로 프로퍼티

public DateTime,System currentMonth
리턴 System.DateTime

dateChanged 공개적으로 프로퍼티

public DateChanged dateChanged
리턴 DateChanged

monthEvents 공개적으로 프로퍼티

public List monthEvents
리턴 List