C# Class openTill.Domain.DTO.ProductDTO

Mostra file Open project: CIT275DevGroup/openTill Class Usage Examples

Public Properties

Property Type Description
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

Property Details

BrandID public_oe property

public int BrandID
return int

CategoryList public_oe property

public List CategoryList
return List

CategoryListID public_oe property

public int CategoryListID
return int

Description public_oe property

public string Description
return string

HasDeposit public_oe property

public bool HasDeposit
return bool

IsTaxable public_oe property

public bool IsTaxable
return bool

MinOnHand public_oe property

public int MinOnHand
return int

MinimumAge public_oe property

public int MinimumAge
return int

Name public_oe property

public string Name
return string

OnHand public_oe property

public int OnHand
return int

SellingPrice public_oe property

public decimal SellingPrice
return decimal

StoreCost public_oe property

public decimal StoreCost
return decimal

UPC public_oe property

public string UPC
return string