C# 클래스 ObjectOperations.ProductCatalog

파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence 1 사용 예제들

공개 메소드들

메소드 설명
AddProduct ( Product product ) : void
AddProductType ( ProductType type ) : void
ProductCatalog ( ) : System
QueryProductsByType ( ProductType type ) : ArrayList
this ( System.Guid id ) : Product

메소드 상세

AddProduct() 공개 메소드

public AddProduct ( Product product ) : void
product Product
리턴 void

AddProductType() 공개 메소드

public AddProductType ( ProductType type ) : void
type ProductType
리턴 void

ProductCatalog() 공개 메소드

public ProductCatalog ( ) : System
리턴 System

QueryProductsByType() 공개 메소드

public QueryProductsByType ( ProductType type ) : ArrayList
type ProductType
리턴 System.Collections.ArrayList

this() 공개 메소드

public this ( System.Guid id ) : Product
id System.Guid
리턴 Product