C# Class BetaRepository, WCFDS-Toolkit

Summary description for BetaRepository
Datei anzeigen Open project: oising/WCFDS-Toolkit

Public Methods

Method Description
BetaRepository ( ) : System
GetAll ( ODataQueryOperation operation ) : IEnumerable
GetOne ( string myId ) : MyBetaEntity
GetRelatedBetaByMyAlphaEntity ( string myId ) : MyBetaEntity

Method Details

BetaRepository() public method

public BetaRepository ( ) : System
return System

GetAll() public method

public GetAll ( ODataQueryOperation operation ) : IEnumerable
operation Microsoft.Data.Services.Toolkit.QueryModel.ODataQueryOperation
return IEnumerable

GetOne() public method

public GetOne ( string myId ) : MyBetaEntity
myId string
return Models.MyBetaEntity

GetRelatedBetaByMyAlphaEntity() public method

public GetRelatedBetaByMyAlphaEntity ( string myId ) : MyBetaEntity
myId string
return Models.MyBetaEntity