Click or drag to resize

AddressBookEntryConfiguration Class

Address Book Export
Inheritance Hierarchy
SystemObject
  PSI.Sox.ConfigurationAddressBookEntryConfiguration

Namespace:  PSI.Sox.Configuration
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
public class AddressBookEntryConfiguration

The AddressBookEntryConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodAddressBookEntryConfiguration
Initializes a new instance of the AddressBookEntryConfiguration class
Top
Properties
  NameDescription
Public propertyAccount
Get or set Account
Public propertyAddress1
Get or set Address1
Public propertyAddress2
Get or set Address2
Public propertyAddress3
Get or set Address3
Public propertyAddressBookId
Gets or sets AddressBookId
Public propertyCity
Get or set City
Public propertyCode
Get or set Code
Public propertyCompany
Get or set Company
Public propertyContact
Get or set Contact
Public propertyCountry
Get or set Country
Public propertyEmail
Get or set Email
Public propertyFax
Get or set Fax
Public propertyGroup
Get or set Group
Public propertyId
Gets or sets Id
Public propertyPhone
Get or set Phone
Public propertyPoBox
Get or set PoBox
Public propertyPostalCode
Get or set PostalCode
Public propertyResidential
Get or set Residential
Public propertyStateProvince
Get or set StateProvince
Public propertyTaxId
Get or set TaxId
Public propertyTaxIdType
Get or set TaxIdType
Top
Methods
  NameDescription
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.)
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