Class ContactNoteViewModel
Inheritance
System.Object
ContactNoteViewModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
public class ContactNoteViewModel : Object
Constructors
Declaration
public ContactNoteViewModel()
Properties
Declaration
public Nullable<Guid> ContactId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public string ContactName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Nullable<Guid> ContactNoteId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public Nullable<DateTime> Created { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public List<PropertyViewModel> ExtendedProperties { get; set; }
Property Value
Declaration
public Nullable<DateTime> Modified { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
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 |
|