Dtoclasses.Product General Information
The derived element is derived from the Product entity.
Derived element shape
Element | Kind | Type | Source |
---|---|---|---|
Product | Product | ||
CategoryId | Field | int (System.Int32) | Product.CategoryId (FK) |
Discontinued | Field | bool (System.Boolean) | Product.Discontinued |
PreferredProduct | Field | bool (System.Boolean) | Product.PreferredProduct |
ProductId | Field | int (System.Int32) | Product.ProductId |
ProductName | Field | string (System.String) | Product.ProductName |
QuantityPerUnit | Field | string (System.String) | Product.QuantityPerUnit |
ReorderLevel | Field | short (System.Int16) | Product.ReorderLevel |
SupplierId | Field | int (System.Int32) | Product.SupplierId (FK) |
UnitPrice | Field | decimal (System.Decimal) | Product.UnitPrice |
UnitsInStock | Field | short (System.Int16) | Product.UnitsInStock |
UnitsOnOrder | Field | short (System.Int16) | Product.UnitsOnOrder |