C# Class AlphaRepository, WCFDS-Toolkit

Summary description for SimpleEntityRepository
ファイルを表示 Open project: oising/WCFDS-Toolkit Class Usage Examples

Public Methods

Method Description
AlphaRepository ( ) : System
GetAll ( ODataQueryOperation operation ) : IEnumerable
GetOne ( string myId ) : MyAlphaEntity

Method Details

AlphaRepository() public method

public AlphaRepository ( ) : 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 ) : MyAlphaEntity
myId string
return Models.MyAlphaEntity