Class ContactViewModel
Inheritance
System.Object
ContactViewModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
public class ContactViewModel : Object, IExtendedProperties
Constructors
Declaration
public ContactViewModel()
Properties
Declaration
public Nullable<bool> AcceptMarketingEmail { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public IEnumerable<AddressViewModel> Addresses { get; set; }
Property Value
Declaration
public Nullable<DateTime> BirthDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public Nullable<DateTime> ConsentUpdated { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public Nullable<Guid> ContactId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public IEnumerable<ContactNoteViewModel> ContactNotes { get; set; }
Property Value
Declaration
public Nullable<DateTime> Created { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public Nullable<Guid> CreatorId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public string CustomerGroup { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Nullable<int> CustomerGroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public List<EntityObjectProperty> DetailExtendedProperties { get; set; }
Property Value
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<PropertyViewModel> ExtendedProperties { get; set; }
Property Value
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FullName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Nullable<DateTime> LastOrder { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public string MiddleName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Nullable<DateTime> Modified { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public Nullable<Guid> ModifierId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public string Owner { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Nullable<Guid> OwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public string PreferredBillingAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Nullable<Guid> PreferredBillingAddressId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public string PreferredCurrency { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PreferredLanguage { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PreferredShippingAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Nullable<Guid> PreferredShippingAddressId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public string RegistrationSource { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UserId { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements