C# 클래스 Monospace11.HomeViewController

Yep, there is some dodgy hardcoding going on in here... date-wise...
상속: MonoTouch.Dialog.DialogViewController
파일 보기 프로젝트 열기: megsoftconsulting/MonkeySpace 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AppendSection() 공개 메소드

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

MakeCaption() 공개 정적인 메소드

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

MakeCaption() 공개 정적인 메소드

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
리턴 string

MakeSchedule() 공개 메소드

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

ViewDidAppear() 공개 메소드

public ViewDidAppear ( bool animated ) : void
animated bool
리턴 void