C# 클래스 ClanceysLib.CalendarDateTimeElement

상속: MonoTouch.Dialog.StringElement
파일 보기 프로젝트 열기: Clancey/ClanceyLib

공개 프로퍼티들

프로퍼티 타입 설명
DateValue System.DateTime
DisableSwitching bool
DoneEditing NSAction
OnDateSelected DateSelected
PickerType PickerTypes
calView MonoTouch.Dialog.CalendarMonthView
closeOnSelect bool
datePicker UIDatePicker

보호된 프로퍼티들

프로퍼티 타입 설명
fmt NSDateFormatter

공개 메소드들

메소드 설명
CalendarDateTimeElement ( string caption, System.DateTime date ) : System
CalendarDateTimeElement ( string caption, System.DateTime date, PickerTypes pickerType ) : System
CreatePicker ( ) : UIDatePicker
DateTimeToNSDate ( System.DateTime date ) : NSDate
Deselected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
FormatDate ( System.DateTime dt ) : string
GetCell ( UITableView tv ) : UITableViewCell
NSDateToDateTime ( MonoTouch date ) : System.DateTime
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CloseCalendar ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
PickerFrameWithSize ( SizeF size ) : RectangleF
ShowCalendar ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
ShowDatePicker ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
SlideDown ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

메소드 상세

CalendarDateTimeElement() 공개 메소드

public CalendarDateTimeElement ( string caption, System.DateTime date ) : System
caption string
date System.DateTime
리턴 System

CalendarDateTimeElement() 공개 메소드

public CalendarDateTimeElement ( string caption, System.DateTime date, PickerTypes pickerType ) : System
caption string
date System.DateTime
pickerType PickerTypes
리턴 System

CreatePicker() 공개 메소드

public CreatePicker ( ) : UIDatePicker
리턴 UIDatePicker

DateTimeToNSDate() 공개 정적인 메소드

public static DateTimeToNSDate ( System.DateTime date ) : NSDate
date System.DateTime
리턴 NSDate

Deselected() 공개 메소드

public Deselected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc MonoTouch.Dialog.DialogViewController
tableView UITableView
path NSIndexPath
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FormatDate() 공개 메소드

public FormatDate ( System.DateTime dt ) : string
dt System.DateTime
리턴 string

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

NSDateToDateTime() 공개 정적인 메소드

public static NSDateToDateTime ( MonoTouch date ) : System.DateTime
date MonoTouch
리턴 System.DateTime

Selected() 공개 메소드

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc MonoTouch.Dialog.DialogViewController
tableView UITableView
path NSIndexPath
리턴 void

프로퍼티 상세

DateValue 공개적으로 프로퍼티

public DateTime,System DateValue
리턴 System.DateTime

DisableSwitching 공개적으로 프로퍼티

public bool DisableSwitching
리턴 bool

DoneEditing 공개적으로 프로퍼티

public NSAction DoneEditing
리턴 NSAction

OnDateSelected 공개적으로 프로퍼티

public DateSelected OnDateSelected
리턴 DateSelected

PickerType 공개적으로 프로퍼티

public PickerTypes PickerType
리턴 PickerTypes

calView 공개적으로 프로퍼티

public CalendarMonthView,MonoTouch.Dialog calView
리턴 MonoTouch.Dialog.CalendarMonthView

closeOnSelect 공개적으로 프로퍼티

public bool closeOnSelect
리턴 bool

datePicker 공개적으로 프로퍼티

public UIDatePicker datePicker
리턴 UIDatePicker

fmt 보호되어 있는 프로퍼티

protected NSDateFormatter fmt
리턴 NSDateFormatter