C# Class 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.
Afficher le fichier Open project: Tealium/win-library

Méthodes publiques

Méthode Description
GetGroupAsync ( string uniqueId ) : Task
GetGroupsAsync ( ) : Task>
GetItemAsync ( string uniqueId ) : Task

Private Methods

Méthode Description
GetSampleDataAsync ( ) : System.Threading.Tasks.Task

Method Details

GetGroupAsync() public static méthode

public static GetGroupAsync ( string uniqueId ) : Task
uniqueId string
Résultat Task

GetGroupsAsync() public static méthode

public static GetGroupsAsync ( ) : Task>
Résultat Task>

GetItemAsync() public static méthode

public static GetItemAsync ( string uniqueId ) : Task
uniqueId string
Résultat Task