Class AddressData
Facede for AddressRow so the AddressFormatter can access it.
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
public class AddressData : AddressFormatter.AddressData
Remarks
This class should only be instanciated through the
Properties
Address1
Facede for AddressRow so the AddressFormatter can access it.
Declaration
public override string Address1 { get; set; }
Property Value
Type | Description |
---|---|
String |
Overrides
Remarks
This class should only be instanciated through the
Address2
Facede for AddressRow so the AddressFormatter can access it.
Declaration
public override string Address2 { get; set; }
Property Value
Type | Description |
---|---|
String |
Overrides
Remarks
This class should only be instanciated through the
Address3
Facede for AddressRow so the AddressFormatter can access it.
Declaration
public override string Address3 { get; set; }
Property Value
Type | Description |
---|---|
String |
Overrides
Remarks
This class should only be instanciated through the
AtypeIdx
Facede for AddressRow so the AddressFormatter can access it.
Declaration
public override AddressType AtypeIdx { get; set; }
Property Value
Type | Description |
---|---|
AddressType |
Overrides
Remarks
This class should only be instanciated through the
City
Facede for AddressRow so the AddressFormatter can access it.
Declaration
public override string City { get; set; }
Property Value
Type | Description |
---|---|
String |
Overrides
Remarks
This class should only be instanciated through the
County
Facede for AddressRow so the AddressFormatter can access it.
Declaration
public override string County { get; set; }
Property Value
Type | Description |
---|---|
String |
Overrides
Remarks
This class should only be instanciated through the
OwnerId
Facede for AddressRow so the AddressFormatter can access it.
Declaration
public override int OwnerId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Overrides
Remarks
This class should only be instanciated through the
State
Facede for AddressRow so the AddressFormatter can access it.
Declaration
public override string State { get; set; }
Property Value
Type | Description |
---|---|
String |
Overrides
Remarks
This class should only be instanciated through the
Zipcode
Facede for AddressRow so the AddressFormatter can access it.
Declaration
public override string Zipcode { get; set; }
Property Value
Type | Description |
---|---|
String |
Overrides
Remarks
This class should only be instanciated through the