Design Pattern Framework 3.5
OrderDetails Property
Patterns-In-Action! Application ► BusinessObjects ► Order ► OrderDetails
Gets or sets a list of order details (line items) for the order.
Declaration Syntax
C# | Visual Basic |
public IList<OrderDetail> OrderDetails { get; set; }
Public Property OrderDetails As IList(Of OrderDetail)