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.
Afficher le fichier Open project: object/NorthwindOData Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Constructor, creates a new empty context.
public DSPContext ( ) : System
Résultat System

GetResourceSetEntities() public méthode

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.
Résultat IList