Class AddressData
Facede for AddressRow so the AddressFormatter can access it.
Inherited Members
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
public class AddressData : AddressFormatter.AddressData
Remarks
This class should only be instanciated through the AddressFactory.
Properties
Address1
Address line 1
Declaration
public override string Address1 { get; set; }
Property Value
Type | Description |
---|---|
string |
Overrides
Remarks
This class should only be instanciated through the AddressFactory.
Address2
Address line 2
Declaration
public override string Address2 { get; set; }
Property Value
Type | Description |
---|---|
string |
Overrides
Remarks
This class should only be instanciated through the AddressFactory.
Address3
Address line 3
Declaration
public override string Address3 { get; set; }
Property Value
Type | Description |
---|---|
string |
Overrides
Remarks
This class should only be instanciated through the AddressFactory.
AtypeIdx
The address type
Declaration
public override AddressType AtypeIdx { get; set; }
Property Value
Type | Description |
---|---|
AddressType |
Overrides
Remarks
This class should only be instanciated through the AddressFactory.
City
City corresponding to zip code
Declaration
public override string City { get; set; }
Property Value
Type | Description |
---|---|
string |
Overrides
Remarks
This class should only be instanciated through the AddressFactory.
County
County (not country)
Declaration
public override string County { get; set; }
Property Value
Type | Description |
---|---|
string |
Overrides
Remarks
This class should only be instanciated through the AddressFactory.
OwnerId
Id of the address owner
Declaration
public override int OwnerId { get; set; }
Property Value
Type | Description |
---|---|
int |
Overrides
Remarks
This class should only be instanciated through the AddressFactory.
State
State
Declaration
public override string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Overrides
Remarks
This class should only be instanciated through the AddressFactory.
Zipcode
Zip code, alphanumeric
Declaration
public override string Zipcode { get; set; }
Property Value
Type | Description |
---|---|
string |
Overrides
Remarks
This class should only be instanciated through the AddressFactory.