Orders Property

Design Pattern Framework 3.5

Design Pattern Framework 3.5 Orders Property
Patterns-In-Action! ApplicationBusinessObjectsCustomerOrders
Gets or sets a list of all orders placed by the customer.
Declaration Syntax
C# Visual Basic
public IList<Order> Orders { get; set; }
Public Property Orders As IList(Of Order)

Assembly: BusinessObjects (Module: BusinessObjects) Version: 1.0.0.0 (1.0.0.0)