C# 클래스 MatchIt.App

상속: Windows.UI.Xaml.Application
파일 보기 프로젝트 열기: AvtexAppDev/Chainmail

공개 메소드들

메소드 설명
App ( ) : System
InitializeComponent ( ) : void
ShowCollectionSummary ( IEnumerable collection ) : void
ShowDetail ( IEnumerable collection, object item ) : void
ShowGroupedCollection ( ) : void

보호된 메소드들

메소드 설명
OnLaunched ( LaunchActivatedEventArgs args ) : void

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

InitializeComponent() 공개 메소드

public InitializeComponent ( ) : void
리턴 void

OnLaunched() 보호된 메소드

protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args LaunchActivatedEventArgs
리턴 void

ShowCollectionSummary() 공개 정적인 메소드

public static ShowCollectionSummary ( IEnumerable collection ) : void
collection IEnumerable
리턴 void

ShowDetail() 공개 정적인 메소드

public static ShowDetail ( IEnumerable collection, object item ) : void
collection IEnumerable
item object
리턴 void

ShowGroupedCollection() 공개 정적인 메소드

public static ShowGroupedCollection ( ) : void
리턴 void