C# Class DataServiceProvider.DSPContext

The "context" for the DSP data provider. The context holds the actual data to be reported through the provider.
This implementation stores the data in a List and all of it is in-memory.
ファイルを表示 Open project: object/NorthwindOData Class Usage Examples

Public Methods

Method Description
DSPContext ( ) : System

Constructor, creates a new empty context.

GetResourceSetEntities ( string resourceSetName ) : IList

Gets a list of resources for the specified resource set.

Method Details

DSPContext() public method

Constructor, creates a new empty context.
public DSPContext ( ) : System
return System

GetResourceSetEntities() public method

Gets a list of resources for the specified resource set.
public GetResourceSetEntities ( string resourceSetName ) : IList
resourceSetName string The name of the resource set to get resources for.
return IList