Click or drag to resize
Address Class
Represents legacy address entity (read only). See Address2 for new entity
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoService.EntitiesAddress

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class Address : CorrigoEntity

The Address type exposes the following members.

Properties
  NameDescription
Public propertyActorId
Gets a actor id
Public propertyActorTypeId
Gets a actor type id
Public propertyCity
Gets a city
Public propertyCountry
Gets a country
Public propertyLatitude
Gets a latitude
Public propertyLongitude
Gets a longitude
Public propertyState
Gets a state
Public propertyStreet
Gets a street
Public propertyStreet2
Gets a street2
Public propertyTypeId
Gets a address type id
Public propertyZip
Gets a zip code
Top
See Also