C# Class AthensTransit_Hackathon.App

Inheritance: global::Windows.UI.Xaml.Markup.IXamlMetadataProvider
Afficher le fichier Open project: crowdhackathon-transport/AthensTransit

Méthodes publiques

Свойство Type Description
activeBus IEnumerable
asked bool
pivotHeaderColors SolidColorBrush[]
timeOfUse int

Méthodes publiques

Méthode Description
App ( ) : System

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().

ChangeEnglishLettersToGreek ( string temp ) : string
ChangeGreekLettersToEnglish ( string lineNumber ) : string
GetXamlType ( global type ) : global::Windows.UI.Xaml.Markup.IXamlType
GetXamlType ( string fullName ) : global::Windows.UI.Xaml.Markup.IXamlType
GetXmlnsDefinitions ( ) : global::Windows.UI.Xaml.Markup.XmlnsDefinition[]
LoadBus ( string lineNumber ) : void

Méthodes protégées

Méthode Description
OnLaunched ( LaunchActivatedEventArgs e ) : void

Private Methods

Méthode Description
Connect ( int connectionId, object target ) : void
InitializeComponent ( ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void

Invoked when application execution is being suspended. Application state is saved without knowing whether the application will be terminated or resumed with the contents of memory still intact.

RootFrame_FirstNavigated ( object sender, NavigationEventArgs e ) : void

Restores the content transitions after the app has launched.

Method Details

App() public méthode

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
public App ( ) : System
Résultat System

ChangeEnglishLettersToGreek() public static méthode

public static ChangeEnglishLettersToGreek ( string temp ) : string
temp string
Résultat string

ChangeGreekLettersToEnglish() public static méthode

public static ChangeGreekLettersToEnglish ( string lineNumber ) : string
lineNumber string
Résultat string

GetXamlType() public méthode

public GetXamlType ( global type ) : global::Windows.UI.Xaml.Markup.IXamlType
type global
Résultat global::Windows.UI.Xaml.Markup.IXamlType

GetXamlType() public méthode

public GetXamlType ( string fullName ) : global::Windows.UI.Xaml.Markup.IXamlType
fullName string
Résultat global::Windows.UI.Xaml.Markup.IXamlType

GetXmlnsDefinitions() public méthode

public GetXmlnsDefinitions ( ) : global::Windows.UI.Xaml.Markup.XmlnsDefinition[]
Résultat global::Windows.UI.Xaml.Markup.XmlnsDefinition[]

LoadBus() public static méthode

public static LoadBus ( string lineNumber ) : void
lineNumber string
Résultat void

OnLaunched() protected méthode

protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e LaunchActivatedEventArgs
Résultat void

Property Details

activeBus public_oe static_oe property

public static IEnumerable activeBus
Résultat IEnumerable

asked public_oe static_oe property

public static bool asked
Résultat bool

pivotHeaderColors public_oe static_oe property

public static SolidColorBrush[] pivotHeaderColors
Résultat SolidColorBrush[]

timeOfUse public_oe static_oe property

public static int timeOfUse
Résultat int