C# Class MatchIt.App

Inheritance: Windows.UI.Xaml.Application
Datei anzeigen Open project: AvtexAppDev/Chainmail

Public Methods

Method Description
App ( ) : System
InitializeComponent ( ) : void
ShowCollectionSummary ( IEnumerable collection ) : void
ShowDetail ( IEnumerable collection, object item ) : void
ShowGroupedCollection ( ) : void

Protected Methods

Method Description
OnLaunched ( LaunchActivatedEventArgs args ) : void

Method Details

App() public method

public App ( ) : System
return System

InitializeComponent() public method

public InitializeComponent ( ) : void
return void

OnLaunched() protected method

protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args LaunchActivatedEventArgs
return void

ShowCollectionSummary() public static method

public static ShowCollectionSummary ( IEnumerable collection ) : void
collection IEnumerable
return void

ShowDetail() public static method

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

ShowGroupedCollection() public static method

public static ShowGroupedCollection ( ) : void
return void