C# 클래스 openTill.Domain.DTO.ProductDTO

파일 보기 프로젝트 열기: CIT275DevGroup/openTill 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BrandID int
CategoryList List
CategoryListID int
Description string
HasDeposit bool
IsTaxable bool
MinOnHand int
MinimumAge int
Name string
OnHand int
SellingPrice decimal
StoreCost decimal
UPC string

프로퍼티 상세

BrandID 공개적으로 프로퍼티

public int BrandID
리턴 int

CategoryList 공개적으로 프로퍼티

public List CategoryList
리턴 List

CategoryListID 공개적으로 프로퍼티

public int CategoryListID
리턴 int

Description 공개적으로 프로퍼티

public string Description
리턴 string

HasDeposit 공개적으로 프로퍼티

public bool HasDeposit
리턴 bool

IsTaxable 공개적으로 프로퍼티

public bool IsTaxable
리턴 bool

MinOnHand 공개적으로 프로퍼티

public int MinOnHand
리턴 int

MinimumAge 공개적으로 프로퍼티

public int MinimumAge
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

OnHand 공개적으로 프로퍼티

public int OnHand
리턴 int

SellingPrice 공개적으로 프로퍼티

public decimal SellingPrice
리턴 decimal

StoreCost 공개적으로 프로퍼티

public decimal StoreCost
리턴 decimal

UPC 공개적으로 프로퍼티

public string UPC
리턴 string