Class ContactEntity
Inheritance
System.Object
ContactEntity
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
public class ContactEntity : EntityObject
Constructors
Declaration
Declaration
public ContactEntity(PrimaryKeyId primaryKeyId)
Parameters
Declaration
public ContactEntity(string metaClassName)
Parameters
Type |
Name |
Description |
System.String |
metaClassName |
|
Declaration
public ContactEntity(string metaClassName, PrimaryKeyId primaryKeyId)
Parameters
Type |
Name |
Description |
System.String |
metaClassName |
|
PrimaryKeyId |
primaryKeyId |
|
Fields
Declaration
public const string ClassName = "Contact"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldAcceptMarketingEmail = "AcceptMarketingEmail"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldBirthDate = "BirthDate"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldCode = "Code"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldConsentUpdated = "ConsentUpdated"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldCreated = "Created"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldCreatorId = "CreatorId"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldCustomerGroup = "CustomerGroup"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldEmail = "Email"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldFirstName = "FirstName"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldFullName = "FullName"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldLastName = "LastName"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldLastOrder = "LastOrder"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldMiddleName = "MiddleName"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldModified = "Modified"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldModifierId = "ModifierId"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldOwner = "Owner"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldOwnerId = "OwnerId"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldPassword = "Password"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldPreferredBillingAddress = "PreferredBillingAddress"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldPreferredBillingAddressId = "PreferredBillingAddressId"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldPreferredCurrency = "PreferredCurrency"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldPreferredLanguage = "PreferredLanguage"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldPreferredShippingAddress = "PreferredShippingAddress"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldPreferredShippingAddressId = "PreferredShippingAddressId"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldRegistrationSource = "RegistrationSource"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldUserId = "UserId"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string PrimaryKeyName = "PrimaryKeyId"
Field Value
Type |
Description |
System.String |
|
Properties
Declaration
public bool AcceptMarketingEmail { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public DateTime? BirthDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime? ConsentUpdated { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public DateTime Created { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public Guid CreatorId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public int? CustomerGroup { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public EntityObjectProperty[] 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 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 DateTime Modified { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public Guid ModifierId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public string Owner { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public PrimaryKeyId? OwnerId { get; set; }
Property Value
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PreferredBillingAddress { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public PrimaryKeyId? PreferredBillingAddressId { get; set; }
Property Value
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; }
Property Value
Type |
Description |
System.String |
|
Declaration
public PrimaryKeyId? PreferredShippingAddressId { get; set; }
Property Value
Declaration
public string RegistrationSource { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UserId { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
protected void InitializeProperties()