C# Class Milkman.App

Inheritance: Windows.UI.Xaml.Application
Mostra file Open project: mbmccormick/Milkman

Public Properties

Property Type Description
FeedbackEmailAddress string
LastUpdated System.DateTime
ListsResponse IronCow.Rest.Response
LocationsResponse IronCow.Rest.Response
RtmClient IronCow.Rtm
SettingsResponse IronCow.Rest.Response
TasksResponse IronCow.Rest.Response

Public Methods

Method Description
App ( ) : System
CheckTimezone ( ) : void
DeleteData ( ) : void
LoadData ( ) : void
OlsonTimezoneOffset ( string olsonTimezoneId ) : System.TimeSpan
OnCacheLists ( IronCow.Rest.Response response ) : void
OnCacheLocations ( IronCow.Rest.Response response ) : void
OnCacheSettings ( IronCow.Rest.Response response ) : void
OnCacheTasks ( IronCow.Rest.Response response ) : void
SaveData ( ) : void

Protected Methods

Method Description
OnLaunched ( LaunchActivatedEventArgs e ) : void

Private Methods

Method Description
OnSuspending ( object sender, SuspendingEventArgs e ) : void
RootFrame_FirstNavigated ( object sender, NavigationEventArgs e ) : void

Restores the content transitions after the app has launched.

Method Details

App() public method

public App ( ) : System
return System

CheckTimezone() public static method

public static CheckTimezone ( ) : void
return void

DeleteData() public static method

public static DeleteData ( ) : void
return void

LoadData() public static method

public static LoadData ( ) : void
return void

OlsonTimezoneOffset() public static method

public static OlsonTimezoneOffset ( string olsonTimezoneId ) : System.TimeSpan
olsonTimezoneId string
return System.TimeSpan

OnCacheLists() public static method

public static OnCacheLists ( IronCow.Rest.Response response ) : void
response IronCow.Rest.Response
return void

OnCacheLocations() public static method

public static OnCacheLocations ( IronCow.Rest.Response response ) : void
response IronCow.Rest.Response
return void

OnCacheSettings() public static method

public static OnCacheSettings ( IronCow.Rest.Response response ) : void
response IronCow.Rest.Response
return void

OnCacheTasks() public static method

public static OnCacheTasks ( IronCow.Rest.Response response ) : void
response IronCow.Rest.Response
return void

OnLaunched() protected method

protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return void

SaveData() public static method

public static SaveData ( ) : void
return void

Property Details

FeedbackEmailAddress public_oe static_oe property

public static string FeedbackEmailAddress
return string

LastUpdated public_oe static_oe property

public static DateTime,System LastUpdated
return System.DateTime

ListsResponse public_oe static_oe property

public static Response,IronCow.Rest ListsResponse
return IronCow.Rest.Response

LocationsResponse public_oe static_oe property

public static Response,IronCow.Rest LocationsResponse
return IronCow.Rest.Response

RtmClient public_oe static_oe property

public static Rtm,IronCow RtmClient
return IronCow.Rtm

SettingsResponse public_oe static_oe property

public static Response,IronCow.Rest SettingsResponse
return IronCow.Rest.Response

TasksResponse public_oe static_oe property

public static Response,IronCow.Rest TasksResponse
return IronCow.Rest.Response