C# Class ShindyUI.App.DataModel.ShindyDataSource

Creates a collection of groups and items with hard-coded content.
Datei anzeigen Open project: dotnetmiami/Shindy-Win8 Class Usage Examples

Public Methods

Method Description
GetEvent ( string name ) : Event
GetEvents ( string uniqueId ) : IEnumerable
GetEventsGroup ( string uniqueId ) : IEnumerable
Init ( ) : void

Private Methods

Method Description
ShindyDataSource ( ) : System

Method Details

GetEvent() public static method

public static GetEvent ( string name ) : Event
name string
return Event

GetEvents() public static method

public static GetEvents ( string uniqueId ) : IEnumerable
uniqueId string
return IEnumerable

GetEventsGroup() public static method

public static GetEventsGroup ( string uniqueId ) : IEnumerable
uniqueId string
return IEnumerable

Init() public method

public Init ( ) : void
return void