Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class OrderNoteCollection

Represents a collection of order notes.

Inheritance
System.Object
OrderNoteCollection
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class OrderNoteCollection : List<OrderNote>

Constructors

OrderNoteCollection()

Initializes a new instance of the OrderNoteCollection class.

Declaration
public OrderNoteCollection()

OrderNoteCollection(OrderGroup)

Initializes a new instance of the OrderNoteCollection class.

Declaration
public OrderNoteCollection(OrderGroup parent)
Parameters
Type Name Description
OrderGroup parent

The parent.

Properties

Parent

Gets the parent.

Declaration
public OrderGroup Parent { get; }
Property Value
Type Description
OrderGroup

The parent.

Methods

AddNew()

Adds the new.

Declaration
public OrderNote AddNew()
Returns
Type Description
OrderNote