Class AddressSyncData
Carrier object for AddressSyncData. Services for the AddressSyncData Carrier is available from the Appointment Agent.
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public class AddressSyncData : Carrier
Constructors
AddressSyncData()
Default constructor
Declaration
public AddressSyncData()
See Also
Properties
Address1
Carrier object for AddressSyncData. Services for the AddressSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual string Address1 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Address2
Carrier object for AddressSyncData. Services for the AddressSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual string Address2 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Address3
Carrier object for AddressSyncData. Services for the AddressSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual string Address3 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
AddressId
Primary key
Declaration
[DataMember]
public virtual int AddressId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
AddressType
Carrier object for AddressSyncData. Services for the AddressSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual AddressType AddressType { get; set; }
Property Value
| Type | Description |
|---|---|
| AddressType |
See Also
City
Carrier object for AddressSyncData. Services for the AddressSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual string City { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
County
Carrier object for AddressSyncData. Services for the AddressSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual string County { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
FormattedAddress
Carrier object for AddressSyncData. Services for the AddressSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual string FormattedAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Latitude
Carrier object for AddressSyncData. Services for the AddressSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual double Latitude { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
See Also
Longitude
Carrier object for AddressSyncData. Services for the AddressSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual double Longitude { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
See Also
State
Carrier object for AddressSyncData. Services for the AddressSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
ZipCode
Carrier object for AddressSyncData. Services for the AddressSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual string ZipCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |
See Also
ToString(string)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
| Type | Name | Description |
|---|---|---|
| string | prefix | The line prefix (typically used for indenting) |
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |