C# 클래스 Suteki.Shop.Product

상속: IOrderable, IActivatable, IUrlNamed
파일 보기 프로젝트 열기: mikehadlow/sutekishop 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddCategory ( Category category, int position ) : void
AddDefaultSize ( ) : void
AddProductImage ( Image image, int position ) : void
AddSize ( Suteki.Shop.Size size ) : void
ClearAllSizes ( ) : void
DefaultProduct ( Category parentCategory, int position ) : Product
RemoveCategory ( Category category ) : void

메소드 상세

AddCategory() 공개 메소드

public AddCategory ( Category category, int position ) : void
category Category
position int
리턴 void

AddDefaultSize() 공개 메소드

public AddDefaultSize ( ) : void
리턴 void

AddProductImage() 공개 메소드

public AddProductImage ( Image image, int position ) : void
image Image
position int
리턴 void

AddSize() 공개 메소드

public AddSize ( Suteki.Shop.Size size ) : void
size Suteki.Shop.Size
리턴 void

ClearAllSizes() 공개 메소드

public ClearAllSizes ( ) : void
리턴 void

DefaultProduct() 공개 정적인 메소드

public static DefaultProduct ( Category parentCategory, int position ) : Product
parentCategory Category
position int
리턴 Product

RemoveCategory() 공개 메소드

public RemoveCategory ( Category category ) : void
category Category
리턴 void