Class Address

Address class: used to pass an address back and forth (mainly when passing a parsed address to the Address Edit Dialog).
Note that this is not a replacement for the Address entity.

System.Object
  EPS.Business.Names.Address

public class Address : object

Class Members

MemberDescription
Constructor Default contructor.
FillAddressEntity Fills an Address Entity with the values from this object.
public void FillAddressEntity( INameAddressEntity entity );
FillFromAddressEntity Fill this object with data from an Address entity.
public void FillFromAddressEntity( INameAddressEntity entity );
IsClean Check whether all fields are empty.
public bool IsClean();
Address1 Address 1
Address2 Address 2
Address3 Address 3
Canceled Canceled
City City
Country Country
CountryID Country ID
FullAddress Returns full address.
State State
Updated Updated
Zip Zip / Postal Code

Requirements

Namespace: EPS.Business.Names
Assembly: NAMEBUSINESSOBJECT.DLL


  Last Updated: 5/23/2007 | © , 2007