Class WarehouseContactInformation
Inheritance
System.Object
WarehouseContactInformation
Implements
EPiServer.Data.Entity.IReadOnly
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 WarehouseContactInformation : IWarehouseContactInformation, IReadOnly<IWarehouseContactInformation>, IReadOnly
Constructors
Declaration
public WarehouseContactInformation()
Declaration
public WarehouseContactInformation(IWarehouseContactInformation copyFrom)
Parameters
Fields
Declaration
protected const string FullNameFormatString = "{0} {1}"
Field Value
Type |
Description |
System.String |
|
Properties
Declaration
public string City { get; set; }
Property Value
Type |
Description |
System.String |
|
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 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 string FaxNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FullName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsReadOnly { get; }
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 string MiddleName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Organization { 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
public IWarehouseContactInformation CreateWritableClone()
Returns
Declaration
public bool IsSameAddress(CustomerAddress address)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsSameAddress(OrderAddress address)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void MakeReadOnly()
Declaration
public CustomerAddress ToCustomerAddress()
Returns
Declaration
public OrderAddress ToOrderAddress()
Returns
Implements
EPiServer.Data.Entity.IReadOnly<>
EPiServer.Data.Entity.IReadOnly