Click or drag to resize

NameAddress Class

Sox.NameAddress object holds address information for a variety of address settings used for manifesting shipments using Sox.
Inheritance Hierarchy

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
[SerializableAttribute]
[DataContractAttribute]
public class NameAddress : ICloneable

The NameAddress type exposes the following members.

Constructors
  NameDescription
Public methodNameAddress
Initializes a new instance of the NameAddress class
Top
Properties
  NameDescription
Public propertyAccount
Gets or sets Account
Public propertyAddress1
Public propertyAddress2
Public propertyAddress3
Public propertyCity
Public propertyCompany
Public propertyContact
Public propertyCountry
Public propertyEmail
Public propertyFax
Public propertyIsValidated
Indicates that the address has been validated
Public propertyPhone
Public propertyPoBox
Public propertyPostalCode
Public propertyResidential
Public propertySms
Public propertyStateProvince
Public propertyTaxId
Gets or sets TaxId
Public propertyTaxIdType
Gets or sets TaxIdType
Top
Methods
  NameDescription
Public methodCleanAddress
Checks an address and updates all the common address abbreviations to proper abbreviations
Public methodClone
Makes a clone copy of the currently populated NameAddress object.
Public methodStatic memberCreateNameAddress
Creates a NameAddress object by the serialized Xml.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetXml
Gets an Xml Serialized representation of the current NameAddress Object.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also