Try our conversational search powered by Generative AI!

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()
Namespace: Mediachase.Commerce.Customers
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public class ContactEntity : EntityObject

Constructors

ContactEntity()

Declaration
public ContactEntity()

ContactEntity(PrimaryKeyId)

Declaration
public ContactEntity(PrimaryKeyId primaryKeyId)
Parameters
Type Name Description
PrimaryKeyId primaryKeyId

ContactEntity(String)

Declaration
public ContactEntity(string metaClassName)
Parameters
Type Name Description
System.String metaClassName

ContactEntity(String, PrimaryKeyId)

Declaration
public ContactEntity(string metaClassName, PrimaryKeyId primaryKeyId)
Parameters
Type Name Description
System.String metaClassName
PrimaryKeyId primaryKeyId

Fields

ClassName

Declaration
public const string ClassName = "Contact"
Field Value
Type Description
System.String

FieldAcceptMarketingEmail

Declaration
public const string FieldAcceptMarketingEmail = "AcceptMarketingEmail"
Field Value
Type Description
System.String

FieldBirthDate

Declaration
public const string FieldBirthDate = "BirthDate"
Field Value
Type Description
System.String

FieldCode

Declaration
public const string FieldCode = "Code"
Field Value
Type Description
System.String

FieldConsentUpdated

Declaration
public const string FieldConsentUpdated = "ConsentUpdated"
Field Value
Type Description
System.String

FieldCreated

Declaration
public const string FieldCreated = "Created"
Field Value
Type Description
System.String

FieldCreatorId

Declaration
public const string FieldCreatorId = "CreatorId"
Field Value
Type Description
System.String

FieldCustomerGroup

Declaration
public const string FieldCustomerGroup = "CustomerGroup"
Field Value
Type Description
System.String

FieldEmail

Declaration
public const string FieldEmail = "Email"
Field Value
Type Description
System.String

FieldFirstName

Declaration
public const string FieldFirstName = "FirstName"
Field Value
Type Description
System.String

FieldFullName

Declaration
public const string FieldFullName = "FullName"
Field Value
Type Description
System.String

FieldLastName

Declaration
public const string FieldLastName = "LastName"
Field Value
Type Description
System.String

FieldLastOrder

Declaration
public const string FieldLastOrder = "LastOrder"
Field Value
Type Description
System.String

FieldMiddleName

Declaration
public const string FieldMiddleName = "MiddleName"
Field Value
Type Description
System.String

FieldModified

Declaration
public const string FieldModified = "Modified"
Field Value
Type Description
System.String

FieldModifierId

Declaration
public const string FieldModifierId = "ModifierId"
Field Value
Type Description
System.String

FieldOwner

Declaration
public const string FieldOwner = "Owner"
Field Value
Type Description
System.String

FieldOwnerId

Declaration
public const string FieldOwnerId = "OwnerId"
Field Value
Type Description
System.String

FieldPassword

Declaration
public const string FieldPassword = "Password"
Field Value
Type Description
System.String

FieldPreferredBillingAddress

Declaration
public const string FieldPreferredBillingAddress = "PreferredBillingAddress"
Field Value
Type Description
System.String

FieldPreferredBillingAddressId

Declaration
public const string FieldPreferredBillingAddressId = "PreferredBillingAddressId"
Field Value
Type Description
System.String

FieldPreferredCurrency

Declaration
public const string FieldPreferredCurrency = "PreferredCurrency"
Field Value
Type Description
System.String

FieldPreferredLanguage

Declaration
public const string FieldPreferredLanguage = "PreferredLanguage"
Field Value
Type Description
System.String

FieldPreferredShippingAddress

Declaration
public const string FieldPreferredShippingAddress = "PreferredShippingAddress"
Field Value
Type Description
System.String

FieldPreferredShippingAddressId

Declaration
public const string FieldPreferredShippingAddressId = "PreferredShippingAddressId"
Field Value
Type Description
System.String

FieldRegistrationSource

Declaration
public const string FieldRegistrationSource = "RegistrationSource"
Field Value
Type Description
System.String

FieldUserId

Declaration
public const string FieldUserId = "UserId"
Field Value
Type Description
System.String

PrimaryKeyName

Declaration
public const string PrimaryKeyName = "PrimaryKeyId"
Field Value
Type Description
System.String

Properties

AcceptMarketingEmail

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

BirthDate

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

Code

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

ConsentUpdated

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

Created

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

CreatorId

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

CustomerGroup

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

Email

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

ExtendedProperties

Declaration
public EntityObjectProperty[] ExtendedProperties { get; set; }
Property Value
Type Description
EntityObjectProperty[]

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 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 DateTime Modified { get; set; }
Property Value
Type Description
System.DateTime

ModifierId

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

Owner

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

OwnerId

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

Password

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

PreferredBillingAddress

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

PreferredBillingAddressId

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

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; }
Property Value
Type Description
System.String

PreferredShippingAddressId

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

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

Methods

InitializeProperties()

Declaration
protected void InitializeProperties()