NameAddress Class |
Namespace: PSI.Sox
[SerializableAttribute] [DataContractAttribute] public class NameAddress : ICloneable
The NameAddress type exposes the following members.
Name | Description | |
---|---|---|
![]() | NameAddress | Initializes a new instance of the NameAddress class |
Name | Description | |
---|---|---|
![]() | Account |
Gets or sets Account
|
![]() | Address1 | |
![]() | Address2 | |
![]() | Address3 | |
![]() | City | |
![]() | Company | |
![]() | Contact | |
![]() | Country | |
![]() | ||
![]() | Fax | |
![]() | IsValidated |
Indicates that the address has been validated
|
![]() | Phone | |
![]() | PoBox | |
![]() | PostalCode | |
![]() | Residential | |
![]() | Sms | |
![]() | StateProvince | |
![]() | TaxId |
Gets or sets TaxId
|
![]() | TaxIdType |
Gets or sets TaxIdType
|
Name | Description | |
---|---|---|
![]() | CleanAddress |
Checks an address and updates all the common address abbreviations to proper abbreviations
|
![]() | Clone |
Makes a clone copy of the currently populated NameAddress object.
|
![]() ![]() | CreateNameAddress |
Creates a NameAddress object by the serialized Xml.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetXml |
Gets an Xml Serialized representation of the current NameAddress Object.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |