Try our conversational search powered by Generative AI!

Class AddressEntity

Inheritance
System.Object
AddressEntity
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: 10.8.0
Syntax
public class AddressEntity : EntityObject

Constructors

AddressEntity()

Declaration
public AddressEntity()

AddressEntity(PrimaryKeyId)

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

AddressEntity(String)

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

AddressEntity(String, PrimaryKeyId)

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

Fields

ClassName

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

FieldAddressType

Declaration
public const string FieldAddressType = "AddressType"
Field Value
Type Description
System.String

FieldApplicationId

Declaration
public const string FieldApplicationId = "ApplicationId"
Field Value
Type Description
System.String

FieldCity

Declaration
public const string FieldCity = "City"
Field Value
Type Description
System.String

FieldContact

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

FieldContactId

Declaration
public const string FieldContactId = "ContactId"
Field Value
Type Description
System.String

FieldCountryCode

Declaration
public const string FieldCountryCode = "CountryCode"
Field Value
Type Description
System.String

FieldCountryName

Declaration
public const string FieldCountryName = "CountryName"
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

FieldDaytimePhoneNumber

Declaration
public const string FieldDaytimePhoneNumber = "DaytimePhoneNumber"
Field Value
Type Description
System.String

FieldEmail

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

FieldEveningPhoneNumber

Declaration
public const string FieldEveningPhoneNumber = "EveningPhoneNumber"
Field Value
Type Description
System.String

FieldFirstName

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

FieldIsDefault

Declaration
public const string FieldIsDefault = "IsDefault"
Field Value
Type Description
System.String

FieldLastName

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

FieldLine1

Declaration
public const string FieldLine1 = "Line1"
Field Value
Type Description
System.String

FieldLine2

Declaration
public const string FieldLine2 = "Line2"
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

FieldName

Declaration
public const string FieldName = "Name"
Field Value
Type Description
System.String

FieldOrganization

Declaration
public const string FieldOrganization = "Organization"
Field Value
Type Description
System.String

FieldOrganizationId

Declaration
public const string FieldOrganizationId = "OrganizationId"
Field Value
Type Description
System.String

FieldOrganizationName

Declaration
public const string FieldOrganizationName = "OrganizationName"
Field Value
Type Description
System.String

FieldPostalCode

Declaration
public const string FieldPostalCode = "PostalCode"
Field Value
Type Description
System.String

FieldRegionCode

Declaration
public const string FieldRegionCode = "RegionCode"
Field Value
Type Description
System.String

FieldRegionName

Declaration
public const string FieldRegionName = "RegionName"
Field Value
Type Description
System.String

FieldState

Declaration
public const string FieldState = "State"
Field Value
Type Description
System.String

PrimaryKeyName

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

Properties

AddressType

Declaration
public int[] AddressType { get; set; }
Property Value
Type Description
System.Int32[]

ApplicationId

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

City

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

Contact

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

ContactId

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

CountryCode

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

CountryName

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

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

DaytimePhoneNumber

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

Email

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

EveningPhoneNumber

Declaration
public string EveningPhoneNumber { 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

IsDefault

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

LastName

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

Line1

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

Line2

Declaration
public string Line2 { 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

Name

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

Organization

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

OrganizationId

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

OrganizationName

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

PostalCode

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

RegionCode

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

RegionName

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

State

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

Methods

InitializeProperties()

Declaration
protected void InitializeProperties()