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 ContactViewModel

Inheritance
System.Object
ContactViewModel
Implements
Namespace: EPiServer.Commerce.UI.Admin.Customers.Internal
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class ContactViewModel : Object, IExtendedProperties

Constructors

ContactViewModel()

Declaration
public ContactViewModel()

Properties

AcceptMarketingEmail

Declaration
public Nullable<bool> AcceptMarketingEmail { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Addresses

Declaration
public IEnumerable<AddressViewModel> Addresses { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<AddressViewModel>

BirthDate

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

ConsentUpdated

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

ContactId

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

ContactNotes

Declaration
public IEnumerable<ContactNoteViewModel> ContactNotes { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ContactNoteViewModel>

Created

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

CreatorId

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

CustomerGroup

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

CustomerGroupId

Declaration
public Nullable<int> CustomerGroupId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

DetailExtendedProperties

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

Email

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

ExtendedProperties

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

FirstName

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

FullName

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

LastName

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

LastOrder

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

MiddleName

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

Modified

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

ModifierId

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

Owner

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

OwnerId

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

PreferredBillingAddress

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

PreferredBillingAddressId

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

PreferredCurrency

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

PreferredLanguage

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

PreferredShippingAddress

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

PreferredShippingAddressId

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

RegistrationSource

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

UserId

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

Implements