C# 클래스 MonoMobile.Views.DateTimeCellView

상속: FocusableCellView, IHandleNotifyPropertyChanged
파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views

공개 프로퍼티들

프로퍼티 타입 설명
DatePicker UIDatePicker

보호된 프로퍼티들

프로퍼티 타입 설명
fmt NSDateFormatter

공개 메소드들

메소드 설명
CreatePicker ( ) : UIDatePicker
DateTimeCellView ( RectangleF frame ) : System
FormatDate ( System.DateTime dt ) : string
HandleNotifyPropertyChanged ( object sender, System e ) : void
UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void

보호된 메소드들

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

메소드 상세

CreatePicker() 공개 메소드

public CreatePicker ( ) : UIDatePicker
리턴 UIDatePicker

DateTimeCellView() 공개 메소드

public DateTimeCellView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
리턴 System

Dispose() 보호된 메소드

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

FormatDate() 공개 메소드

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

HandleNotifyPropertyChanged() 공개 메소드

public HandleNotifyPropertyChanged ( object sender, System e ) : void
sender object
e System
리턴 void

UpdateCell() 공개 메소드

public UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void
cell UITableViewCell
indexPath NSIndexPath
리턴 void

프로퍼티 상세

DatePicker 공개적으로 프로퍼티

public UIDatePicker DatePicker
리턴 UIDatePicker

fmt 보호되어 있는 프로퍼티

protected NSDateFormatter fmt
리턴 NSDateFormatter