C# 클래스 Products, code

상속: BaseClass
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
GetProducts ( int Take, int Skip ) : int
Products ( String name, Double productionRate )

비공개 메소드들

메소드 설명
GetProducts ( int cateogryID ) : List

메소드 상세

GetProducts() 공개 메소드

public GetProducts ( int Take, int Skip ) : int
Take int
Skip int
리턴 int

Products() 공개 메소드

public Products ( String name, Double productionRate )
name String
productionRate Double