Class OrderNoteCollection
Represents a collection of order notes.
Inheritance
System.Object
OrderNoteCollection
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class OrderNoteCollection : List<OrderNote>
Constructors
OrderNoteCollection()
Initializes a new instance of the Order
Declaration
public OrderNoteCollection()
OrderNoteCollection(OrderGroup)
Initializes a new instance of the Order
Declaration
public OrderNoteCollection(OrderGroup parent)
Parameters
Type | Name | Description |
---|---|---|
Order |
parent | The parent. |
Properties
Parent
Gets the parent.
Declaration
public OrderGroup Parent { get; }
Property Value
Type | Description |
---|---|
Order |
The parent. |
Methods
AddNew()
Adds the new.
Declaration
public OrderNote AddNew()
Returns
Type | Description |
---|---|
Order |