Class ParticipantSyncData
Carrier object for ParticipantSyncData. Services for the ParticipantSyncData 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.1.0.0")]
public class ParticipantSyncData : Carrier
Constructors
ParticipantSyncData()
Default constructor
Declaration
public ParticipantSyncData()
See Also
Properties
ContactBusiness
The business that the contact is associated with. The GUI forces the user to enter a business type.
Declaration
[DataMember]
public virtual string ContactBusiness { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
ContactCategory
The category that is set on the company. The GUI forces the user to enter a category type
Declaration
[DataMember]
public virtual string ContactCategory { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
ContactCountry
Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual string ContactCountry { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
ContactDepartment
Department
Declaration
[DataMember]
public virtual string ContactDepartment { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
ContactFullName
Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual string ContactFullName { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
ContactId
Contact ID of owning contact, may be 0
Declaration
[DataMember]
public virtual int ContactId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
ContactName
Contact name
Declaration
[DataMember]
public virtual string ContactName { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
ContactUrl
The contact's internet adresses
Declaration
[DataMember]
public virtual string[] ContactUrl { get; set; }
Property Value
Type | Description |
---|---|
string[] |
See Also
Country
The country this contact is located in. The country a contact is saved with, affects the phone number format, and the address layout.
Declaration
[DataMember]
public virtual string Country { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual string[] EMail { get; set; }
Property Value
Type | Description |
---|---|
string[] |
See Also
Messenger
Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual string[] Messenger { get; set; }
Property Value
Type | Description |
---|---|
string[] |
See Also
ParticipantStatus
The appointment status for this participant.
Declaration
[DataMember]
public virtual AppointmentStatus ParticipantStatus { get; set; }
Property Value
Type | Description |
---|---|
AppointmentStatus |
See Also
PersonAcademicTitle
Academic title, populated from Salutation list but can be overwritten with anything at all
Declaration
[DataMember]
public virtual string PersonAcademicTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
PersonAddress
Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual AddressSyncData PersonAddress { get; set; }
Property Value
Type | Description |
---|---|
AddressSyncData |
See Also
PersonCountry
The country this contact person is located in.
Declaration
[DataMember]
public virtual string PersonCountry { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
PersonFirstName
First name
Declaration
[DataMember]
public virtual string PersonFirstName { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
PersonFormalName
Get formal name for a person, as used in labels. (Full name + person title + academic title)
Declaration
[DataMember]
public virtual string PersonFormalName { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
PersonFullName
The person's full name localized to the current culture/country. (internal name used in clients for employees)
Declaration
[DataMember]
public virtual string PersonFullName { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
PersonId
Person ID of person the appointment is with, may be 0
Declaration
[DataMember]
public virtual int PersonId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
PersonLastname
Last name
Declaration
[DataMember]
public virtual string PersonLastname { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
PersonMiddleName
Middle name or 'van' etc.
Declaration
[DataMember]
public virtual string PersonMiddleName { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
PersonMrmrs
e.g. Mrs sex_title
Declaration
[DataMember]
public virtual string PersonMrmrs { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
PersonPosition
The position. This is a predefined SuperOffice value, different from Title
Declaration
[DataMember]
public virtual string PersonPosition { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
PersonTitle
Title
Declaration
[DataMember]
public virtual string PersonTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
PhoneContact
Returns a collection of office phone numbers that belong to the contact person.
Declaration
[DataMember]
public virtual string[] PhoneContact { get; set; }
Property Value
Type | Description |
---|---|
string[] |
See Also
PhoneDirect
Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual string[] PhoneDirect { get; set; }
Property Value
Type | Description |
---|---|
string[] |
See Also
PhoneFax
Returns a collection of fax numbers that belong to the contact person.
Declaration
[DataMember]
public virtual string[] PhoneFax { get; set; }
Property Value
Type | Description |
---|---|
string[] |
See Also
PhoneMobile
Returns a collection of mobile phone numbers that belong to the contact person.
Declaration
[DataMember]
public virtual string[] PhoneMobile { get; set; }
Property Value
Type | Description |
---|---|
string[] |
See Also
PhonePrivate
Returns a collection of phone numbers that belong to the contact person.
Declaration
[DataMember]
public virtual string[] PhonePrivate { get; set; }
Property Value
Type | Description |
---|---|
string[] |
See Also
PostalAddress
Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual AddressSyncData PostalAddress { get; set; }
Property Value
Type | Description |
---|---|
AddressSyncData |
See Also
StreetAddress
Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual AddressSyncData StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
AddressSyncData |
See Also
Url
The urls related to this person.
Declaration
[DataMember]
public virtual string[] Url { get; set; }
Property Value
Type | Description |
---|---|
string[] |
See Also
Voip
Carrier object for ParticipantSyncData. Services for the ParticipantSyncData Carrier is available from the Appointment Agent.
Declaration
[DataMember]
public virtual string[] Voip { 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. |