Class ContactNoteModel
Inheritance
System.Object
ContactNoteModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
public class ContactNoteModel : Object
Constructors
Declaration
public ContactNoteModel()
Properties
Declaration
public Nullable<Guid> ContactId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public Nullable<Guid> ContactNoteId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public List<EntityObjectProperty> ExtendedProperties { get; set; }
Property Value
NoteContent
Declaration
public string NoteContent { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string NoteTitle { get; set; }
Property Value
Type |
Description |
System.String |
|