Show / Hide Table of Contents

Class AddressSyncData

Carrier object for AddressSyncData. Services for the AddressSyncData Carrier is available from the Appointment Agent.

Inheritance
object
AddressSyncData
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class AddressSyncData : Carrier

Constructors

AddressSyncData()

Default constructor

Declaration
public AddressSyncData()
See Also
IAppointmentAgent

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
IAppointmentAgent

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
IAppointmentAgent

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
IAppointmentAgent

AddressId

Primary key

Declaration
[DataMember]
public virtual int AddressId { get; set; }
Property Value
Type Description
int
See Also
IAppointmentAgent

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
IAppointmentAgent

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
IAppointmentAgent

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
IAppointmentAgent

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
IAppointmentAgent

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
IAppointmentAgent

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
IAppointmentAgent

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
IAppointmentAgent

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
IAppointmentAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IAppointmentAgent

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.

See Also
IAppointmentAgent

See Also

IAppointmentAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top