Class AddressFormatter.AddressData
Address Data struct
Inherited Members
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
public abstract class AddressFormatter.AddressData
Constructors
AddressData()
Address Data struct
Declaration
protected AddressData()
Properties
Address1
Address line 1
Declaration
public abstract string Address1 { get; set; }
Property Value
Type | Description |
---|---|
string |
Address2
Address line 2
Declaration
public abstract string Address2 { get; set; }
Property Value
Type | Description |
---|---|
string |
Address3
Address line 3
Declaration
public abstract string Address3 { get; set; }
Property Value
Type | Description |
---|---|
string |
AtypeIdx
The address type
Declaration
public abstract AddressType AtypeIdx { get; set; }
Property Value
Type | Description |
---|---|
AddressType |
City
City corresponding to zip code
Declaration
public abstract string City { get; set; }
Property Value
Type | Description |
---|---|
string |
County
County (not country)
Declaration
public abstract string County { get; set; }
Property Value
Type | Description |
---|---|
string |
OwnerId
Id of the address owner
Declaration
public abstract int OwnerId { get; set; }
Property Value
Type | Description |
---|---|
int |
State
State
Declaration
public abstract string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Zipcode
Zip code, alphanumeric
Declaration
public abstract string Zipcode { get; set; }
Property Value
Type | Description |
---|---|
string |