Click or drag to resize

NameAddressValidationCandidate Class

NameAddress validation candidate. Returns NameAddress base class in addition to properties specific to address validation.
Inheritance Hierarchy
SystemObject
  PSI.SoxNameAddress
    PSI.SoxNameAddressValidationCandidate

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
public class NameAddressValidationCandidate : NameAddress

The NameAddressValidationCandidate type exposes the following members.

Constructors
  NameDescription
Public methodNameAddressValidationCandidate
Initalizes new NameAddressValidationCandidate
Public methodNameAddressValidationCandidate(NameAddress)
Initalizes new NameAddressValidationCandidate
Top
Properties
  NameDescription
Public propertyAccount
Gets or sets Account
(Inherited from NameAddress.)
Public propertyAddress1 (Inherited from NameAddress.)
Public propertyAddress2 (Inherited from NameAddress.)
Public propertyAddress3 (Inherited from NameAddress.)
Public propertyCity (Inherited from NameAddress.)
Public propertyCompany (Inherited from NameAddress.)
Public propertyContact (Inherited from NameAddress.)
Public propertyCountry (Inherited from NameAddress.)
Public propertyEmail (Inherited from NameAddress.)
Public propertyFax (Inherited from NameAddress.)
Public propertyIsCassCertified
Cass Certified Flag
Public propertyIsResComValid
Residential Commercial Validated Flag
Public propertyIsValidated
Indicates that the address has been validated
(Inherited from NameAddress.)
Public propertyPhone (Inherited from NameAddress.)
Public propertyPoBox (Inherited from NameAddress.)
Public propertyPostalCode (Inherited from NameAddress.)
Public propertyResidential (Inherited from NameAddress.)
Public propertySms (Inherited from NameAddress.)
Public propertyStateProvince (Inherited from NameAddress.)
Public propertyTaxId
Gets or sets TaxId
(Inherited from NameAddress.)
Public propertyTaxIdType
Gets or sets TaxIdType
(Inherited from NameAddress.)
Top
Methods
  NameDescription
Public methodCleanAddress
Checks an address and updates all the common address abbreviations to proper abbreviations
(Inherited from NameAddress.)
Public methodClone
Makes a clone copy of the currently populated NameAddress object.
(Inherited from NameAddress.)
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.
(Inherited from NameAddress.)
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