Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Search Namespace / OrderNoteDetail Class / OrderNoteDetail Constructor / OrderNoteDetail Constructor(Int32,String,DateTime,Byte,Boolean,Int32,Int32,DateTime,Int32,String)
The id of the order note.
The text of the note.
The date/time the note was posted.
The type of note.
Whether or not the note has been read.
The id of the related order.
The number of the related order.
The date/time of the related order.
The id of the user who made the note.
The name of the user who made the note.
In This Topic
    OrderNoteDetail Constructor(Int32,String,DateTime,Byte,Boolean,Int32,Int32,DateTime,Int32,String)
    In This Topic
    Initializes a new instance of the OrderNoteDetail class.
    Syntax

    Parameters

    orderNoteId
    The id of the order note.
    note
    The text of the note.
    orderNoteDate
    The date/time the note was posted.
    noteTypeId
    The type of note.
    isRead
    Whether or not the note has been read.
    orderId
    The id of the related order.
    orderNumber
    The number of the related order.
    orderDate
    The date/time of the related order.
    userId
    The id of the user who made the note.
    userName
    The name of the user who made the note.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also