C# Class Monospace11.HomeViewController

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

Public Methods

Method 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

Method 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 method

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

MakeCaption() public static method

public static MakeCaption ( string caption, System.DateTime start ) : string
caption string
start System.DateTime
return string

MakeCaption() public static method

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
return string

MakeSchedule() public method

public MakeSchedule ( System.DateTime d ) : Element
d System.DateTime
return MonoTouch.Dialog.Element

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void