Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ContactNoteViewModel

Inheritance
System.Object
ContactNoteViewModel
Namespace: EPiServer.Commerce.UI.Admin.Customers.Internal
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class ContactNoteViewModel : Object

Constructors

ContactNoteViewModel()

Declaration
public ContactNoteViewModel()

Properties

ContactId

Declaration
public Nullable<Guid> ContactId { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

ContactName

Declaration
public string ContactName { get; set; }
Property Value
Type Description
System.String

ContactNoteId

Declaration
public Nullable<Guid> ContactNoteId { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

Created

Declaration
public Nullable<DateTime> Created { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

ExtendedProperties

Declaration
public List<PropertyViewModel> ExtendedProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.List<PropertyViewModel>

Modified

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

NoteTitle

Declaration
public string NoteTitle { get; set; }
Property Value
Type Description
System.String