C# 클래스 AthensTransit_Hackathon.App

상속: global::Windows.UI.Xaml.Markup.IXamlMetadataProvider
파일 보기 프로젝트 열기: crowdhackathon-transport/AthensTransit

공개 프로퍼티들

프로퍼티 타입 설명
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