C# 클래스 BusinessLayer, gert

Summary description for BusinessLayer
파일 보기 프로젝트 열기: mono/gert 1 사용 예제들

공개 메소드들

메소드 설명
BusinessLayer ( ) : System
EntityCount ( int startIndex, int maxCount ) : int
SelectEntity ( ) : List
SelectEntity ( int startIndex, int maxCount ) : List

메소드 상세

BusinessLayer() 공개 메소드

public BusinessLayer ( ) : System
리턴 System

EntityCount() 공개 메소드

public EntityCount ( int startIndex, int maxCount ) : int
startIndex int
maxCount int
리턴 int

SelectEntity() 공개 메소드

public SelectEntity ( ) : List
리턴 List

SelectEntity() 공개 메소드

public SelectEntity ( int startIndex, int maxCount ) : List
startIndex int
maxCount int
리턴 List