Click or drag to resize

Order Class

An order containing a list of OrderItem and a Customer
Inheritance Hierarchy

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

The Order type exposes the following members.

Constructors
  NameDescription
Public methodOrder
Initializes a new instance of the Order class
Top
Properties
  NameDescription
Public propertyCustomer
The Customer for an order
Public propertyId
Id for the entity
(Inherited from PocoBase.)
Public propertyOrderItems
OrderItems of an order
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