Class SerializableNote
This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.
This class represents an order note in the new cart system. It works with the new database model for cart.
Inheritance
System.Object
SerializableNote
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Order.Internal
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public class SerializableNote : IOrderNote
Constructors
SerializableNote()
Declaration
public SerializableNote()
Properties
Created
Gets or sets the created date.
Declaration
public DateTime Created { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CustomerId
Gets or sets the customer id.
Declaration
public Guid CustomerId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Detail
Gets or sets the detail.
Declaration
public string Detail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LineItemId
Gets or sets the lineitem id.
Declaration
public int? LineItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
OrderNoteId
Gets or sets the order note id.
Declaration
public int? OrderNoteId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Title
Gets or sets the title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the note type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |