C# Класс Monospace11.HomeViewController

Yep, there is some dodgy hardcoding going on in here... date-wise...
Наследование: MonoTouch.Dialog.DialogViewController
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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