Design Pattern Framework 3.5
OrderDetails Property
Patterns-In-Action! Application ► ActionService.DataTransferObjects ► OrderDto ► OrderDetails
List of order details (line items) for the order.
Declaration Syntax
C# | Visual Basic |
public OrderDetailDto[] OrderDetails { get; set; }
Public Property OrderDetails As OrderDetailDto()