C# Класс AthensTransit_Hackathon.App

Наследование: global::Windows.UI.Xaml.Markup.IXamlMetadataProvider
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
activeBus IEnumerable
asked bool
pivotHeaderColors SolidColorBrush[]
timeOfUse int

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

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

Защищенные методы

Метод Описание
OnLaunched ( LaunchActivatedEventArgs e ) : void

Приватные методы

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

Описание методов

App() публичный Метод

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
Результат System

ChangeEnglishLettersToGreek() публичный статический Метод

public static ChangeEnglishLettersToGreek ( string temp ) : string
temp string
Результат string

ChangeGreekLettersToEnglish() публичный статический Метод

public static ChangeGreekLettersToEnglish ( string lineNumber ) : string
lineNumber string
Результат string

GetXamlType() публичный Метод

public GetXamlType ( global type ) : global::Windows.UI.Xaml.Markup.IXamlType
type global
Результат global::Windows.UI.Xaml.Markup.IXamlType

GetXamlType() публичный Метод

public GetXamlType ( string fullName ) : global::Windows.UI.Xaml.Markup.IXamlType
fullName string
Результат global::Windows.UI.Xaml.Markup.IXamlType

GetXmlnsDefinitions() публичный Метод

public GetXmlnsDefinitions ( ) : global::Windows.UI.Xaml.Markup.XmlnsDefinition[]
Результат global::Windows.UI.Xaml.Markup.XmlnsDefinition[]

LoadBus() публичный статический Метод

public static LoadBus ( string lineNumber ) : void
lineNumber string
Результат void

OnLaunched() защищенный Метод

protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e LaunchActivatedEventArgs
Результат void

Описание свойств

activeBus публичное статическое свойство

public static IEnumerable activeBus
Результат IEnumerable

asked публичное статическое свойство

public static bool asked
Результат bool

pivotHeaderColors публичное статическое свойство

public static SolidColorBrush[] pivotHeaderColors
Результат SolidColorBrush[]

timeOfUse публичное статическое свойство

public static int timeOfUse
Результат int