C# 클래스 App1.Data.SampleDataSource

Creates a collection of groups and items with hard-coded content. SampleDataSource initializes with placeholder data rather than live production data so that sample data is provided at both design-time and run-time.
파일 보기 프로젝트 열기: jlaanstra/Windows.UI.Interactivity 1 사용 예제들

공개 메소드들

메소드 설명
GetGroup ( string uniqueId ) : SampleDataGroup
GetGroups ( string uniqueId ) : IEnumerable
GetItem ( string uniqueId ) : SampleDataItem
SampleDataSource ( Frame frame ) : System
Show ( ) : void

메소드 상세

GetGroup() 공개 메소드

public GetGroup ( string uniqueId ) : SampleDataGroup
uniqueId string
리턴 SampleDataGroup

GetGroups() 공개 메소드

public GetGroups ( string uniqueId ) : IEnumerable
uniqueId string
리턴 IEnumerable

GetItem() 공개 메소드

public GetItem ( string uniqueId ) : SampleDataItem
uniqueId string
리턴 SampleDataItem

SampleDataSource() 공개 메소드

public SampleDataSource ( Frame frame ) : System
frame Frame
리턴 System

Show() 공개 메소드

public Show ( ) : void
리턴 void