C# Class App1.Data.SampleDataGroup

Generic group data model.
Inheritance: SampleDataCommon
Show file Open project: jlaanstra/Windows.UI.Interactivity Class Usage Examples

Public Methods

Method Description
NavigateGroup ( ) : void
SampleDataGroup ( Frame frame, String uniqueId, String title, String subtitle, String imagePath, String description ) : System

Private Methods

Method Description
ItemsCollectionChanged ( object sender, System e ) : void

Method Details

NavigateGroup() public method

public NavigateGroup ( ) : void
return void

SampleDataGroup() public method

public SampleDataGroup ( Frame frame, String uniqueId, String title, String subtitle, String imagePath, String description ) : System
frame Frame
uniqueId String
title String
subtitle String
imagePath String
description String
return System