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 ContactNoteModel

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

Constructors

ContactNoteModel()

Declaration
public ContactNoteModel()

Properties

ContactId

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

ContactNoteId

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

ExtendedProperties

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

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