public OrderNoteDetail( int orderNoteId, string note, DateTime orderNoteDate, byte noteTypeId, bool isRead, int orderId, int orderNumber, DateTime orderDate, int userId, string userName )
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.