Class vdAddress
- Namespace
- vdIFC
- Assembly
- vdIFC.dll
Address given to an object for postal purposes.
public sealed class vdAddress : IvdProxySerializer, IVDSerialise, ICloneable
- Inheritance
-
vdAddress
- Implements
- Inherited Members
Constructors
Properties
- AddressLines
The postal addressthat may occupy several lines.
- Country
The name of a country.
- GPSLocation
Geographical coordinates values for Latitude and Longitude.
- InternalLocation
An organization defined address for internal mail delivery.
- PostalBox
An address that is implied by an identifiable mail drop.
- PostalCode
The code that is used by the country's postal service.
- Region
The name of a region, for example a county or a state.
- Town
The name of a town.
Methods
- Clone()
Creates a new object that is a copy of the current instance.
- DeSerialize(DeSerializer, string, object)
Read the object properties from a vdml file format.
- Serialize(Serializer)
Write the object properties to a vdml file format.