C# 클래스 TealiumWP81Demo.Data.SampleDataSource

Creates a collection of groups and items with content read from a static json file. SampleDataSource initializes with data read from a static json file included in the project. This provides sample data at both design-time and run-time.
파일 보기 프로젝트 열기: Tealium/win-library

공개 메소드들

메소드 설명
GetGroupAsync ( string uniqueId ) : Task
GetGroupsAsync ( ) : Task>
GetItemAsync ( string uniqueId ) : Task

비공개 메소드들

메소드 설명
GetSampleDataAsync ( ) : System.Threading.Tasks.Task

메소드 상세

GetGroupAsync() 공개 정적인 메소드

public static GetGroupAsync ( string uniqueId ) : Task
uniqueId string
리턴 Task

GetGroupsAsync() 공개 정적인 메소드

public static GetGroupsAsync ( ) : Task>
리턴 Task>

GetItemAsync() 공개 정적인 메소드

public static GetItemAsync ( string uniqueId ) : Task
uniqueId string
리턴 Task