C# Class MonoMobile.Views.DateTimeCellView

Inheritance: FocusableCellView, IHandleNotifyPropertyChanged
Afficher le fichier Open project: RobertKozak/MonoMobile.Views

Méthodes publiques

Свойство Type Description
DatePicker UIDatePicker

Protected Properties

Свойство Type Description
fmt NSDateFormatter

Méthodes publiques

Méthode Description
CreatePicker ( ) : UIDatePicker
DateTimeCellView ( RectangleF frame ) : System
FormatDate ( System.DateTime dt ) : string
HandleNotifyPropertyChanged ( object sender, System e ) : void
UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

CreatePicker() public méthode

public CreatePicker ( ) : UIDatePicker
Résultat UIDatePicker

DateTimeCellView() public méthode

public DateTimeCellView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FormatDate() public méthode

public FormatDate ( System.DateTime dt ) : string
dt System.DateTime
Résultat string

HandleNotifyPropertyChanged() public méthode

public HandleNotifyPropertyChanged ( object sender, System e ) : void
sender object
e System
Résultat void

UpdateCell() public méthode

public UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void
cell UITableViewCell
indexPath NSIndexPath
Résultat void

Property Details

DatePicker public_oe property

public UIDatePicker DatePicker
Résultat UIDatePicker

fmt protected_oe property

protected NSDateFormatter fmt
Résultat NSDateFormatter