C# Class BetaRepository, WCFDS-Toolkit

Summary description for BetaRepository
Afficher le fichier Open project: oising/WCFDS-Toolkit

Méthodes publiques

Méthode Description
BetaRepository ( ) : System
GetAll ( ODataQueryOperation operation ) : IEnumerable
GetOne ( string myId ) : MyBetaEntity
GetRelatedBetaByMyAlphaEntity ( string myId ) : MyBetaEntity

Method Details

BetaRepository() public méthode

public BetaRepository ( ) : System
Résultat System

GetAll() public méthode

public GetAll ( ODataQueryOperation operation ) : IEnumerable
operation Microsoft.Data.Services.Toolkit.QueryModel.ODataQueryOperation
Résultat IEnumerable

GetOne() public méthode

public GetOne ( string myId ) : MyBetaEntity
myId string
Résultat Models.MyBetaEntity

GetRelatedBetaByMyAlphaEntity() public méthode

public GetRelatedBetaByMyAlphaEntity ( string myId ) : MyBetaEntity
myId string
Résultat Models.MyBetaEntity