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()
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
public class AddressEntity : EntityObject
Constructors
Declaration
Declaration
public AddressEntity(PrimaryKeyId primaryKeyId)
Parameters
Declaration
public AddressEntity(string metaClassName)
Parameters
Type |
Name |
Description |
System.String |
metaClassName |
|
Declaration
public AddressEntity(string metaClassName, PrimaryKeyId primaryKeyId)
Parameters
Type |
Name |
Description |
System.String |
metaClassName |
|
PrimaryKeyId |
primaryKeyId |
|
Fields
Declaration
public const string ClassName = "Address"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldAddressType = "AddressType"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldCity = "City"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldContact = "Contact"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldContactId = "ContactId"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldCountryCode = "CountryCode"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldCountryName = "CountryName"
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 FieldDaytimePhoneNumber = "DaytimePhoneNumber"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldEmail = "Email"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldEveningPhoneNumber = "EveningPhoneNumber"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldFirstName = "FirstName"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldIsDefault = "IsDefault"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldLastName = "LastName"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldLine1 = "Line1"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldLine2 = "Line2"
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 FieldName = "Name"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldOrganization = "Organization"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldOrganizationId = "OrganizationId"
Field Value
Type |
Description |
System.String |
|
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 |
|
Declaration
public const string FieldRegionCode = "RegionCode"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldRegionName = "RegionName"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FieldState = "State"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string PrimaryKeyName = "PrimaryKeyId"
Field Value
Type |
Description |
System.String |
|
Properties
Declaration
public int[] AddressType { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
Declaration
public Guid ApplicationId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public string City { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Contact { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public PrimaryKeyId? ContactId { get; set; }
Property Value
Declaration
public string CountryCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CountryName { get; set; }
Property Value
Type |
Description |
System.String |
|
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 string DaytimePhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string EveningPhoneNumber { 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 bool IsDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Line1 { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Line2 { 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 Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Organization { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public PrimaryKeyId? OrganizationId { get; set; }
Property Value
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 |
|
Declaration
public string RegionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string RegionName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
protected void InitializeProperties()