C# 클래스 AlphaRepository, WCFDS-Toolkit

Summary description for SimpleEntityRepository
파일 보기 프로젝트 열기: oising/WCFDS-Toolkit 1 사용 예제들

공개 메소드들

메소드 설명
AlphaRepository ( ) : System
GetAll ( ODataQueryOperation operation ) : IEnumerable
GetOne ( string myId ) : MyAlphaEntity

메소드 상세

AlphaRepository() 공개 메소드

public AlphaRepository ( ) : System
리턴 System

GetAll() 공개 메소드

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

GetOne() 공개 메소드

public GetOne ( string myId ) : MyAlphaEntity
myId string
리턴 Models.MyAlphaEntity