Click or drag to resize

OrderItem Class

An OrderItem for an order
Inheritance Hierarchy

Namespace:  SandcastleTest.Generic.POCO
Assembly:  SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class OrderItem : PocoBase

The OrderItem type exposes the following members.

Constructors
  NameDescription
Public methodOrderItem
Initializes a new instance of the OrderItem class
Top
Properties
  NameDescription
Public propertyAmount
How many Articles are purchased?
Public propertyArticle
A OrderItems Article
Public propertyId
Id for the entity
(Inherited from PocoBase.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Gets a hascode for a PocoBase
(Inherited from PocoBase.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also