| Address Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class Address : CorrigoEntity
The Address type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ActorId | 
            Gets a actor id
             | 
|  | ActorTypeId | 
            Gets a actor type id
             | 
|  | City | 
            Gets a city
             | 
|  | Country | 
            Gets a country
             | 
|  | Latitude | 
            Gets a latitude
             | 
|  | Longitude | 
            Gets a longitude
             | 
|  | State | 
            Gets a state
             | 
|  | Street | 
            Gets a street
             | 
|  | Street2 | 
            Gets a street2
             | 
|  | TypeId | 
            Gets a address type id
             | 
|  | Zip | 
            Gets a zip code
             | 
 See Also
See Also