C# Class Monospace11.HomeViewController

Yep, there is some dodgy hardcoding going on in here... date-wise...
Inheritance: MonoTouch.Dialog.DialogViewController
Afficher le fichier Open project: megsoftconsulting/MonkeySpace Class Usage Examples

Méthodes publiques

Méthode Description
AppendSection ( RootElement root, IEnumerable list, string title ) : bool
MakeCaption ( string caption, System.DateTime start ) : string
MakeCaption ( string caption, System.DateTime start, bool includeDayName ) : string

Prettifies a caption to show a nice time relative to the current time.

MakeSchedule ( System.DateTime d ) : Element
ViewDidAppear ( bool animated ) : void

Private Methods

Méthode Description
AppendFavorites ( Section section, IEnumerable list ) : void
FormatDate ( System.DateTime date, System.DateTime now ) : string
GenerateRoot ( ) : RootElement
HandleValueChanged ( object sender, EventArgs e ) : void
HomeViewController ( ) : System
Refresh ( ) : void
ShowPassKit ( ) : void

Method Details

AppendSection() public méthode

public AppendSection ( RootElement root, IEnumerable list, string title ) : bool
root MonoTouch.Dialog.RootElement
list IEnumerable
title string
Résultat bool

MakeCaption() public static méthode

public static MakeCaption ( string caption, System.DateTime start ) : string
caption string
start System.DateTime
Résultat string

MakeCaption() public static méthode

Prettifies a caption to show a nice time relative to the current time.
public static MakeCaption ( string caption, System.DateTime start, bool includeDayName ) : string
caption string
start System.DateTime
includeDayName bool
Résultat string

MakeSchedule() public méthode

public MakeSchedule ( System.DateTime d ) : Element
d System.DateTime
Résultat MonoTouch.Dialog.Element

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void