Show / Hide Table of Contents

Class AlarmData

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

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

Constructors

AlarmData()

Default constructor

Declaration
public AlarmData()
See Also
IAppointmentAgent

Properties

AlarmTime

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

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

AppointmentId

Primary key

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

AppointmentText

The actual text, max 2047 significant characters even though it is stored as a larger data type on some databases

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

AppointmentType

where=no start time,note,docin, docout

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

AssignmentStatus

Status if this appointment is in the process of being assigned to someone else

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

BookingType

The type of booking the appointment represents

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

ContactDepartment

Department

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

ContactFullName

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

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

ContactId

Contact ID of owning contact, may be 0

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

ContactName

Contact name

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

EndDate

Date + end time planned

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

FormalName

The associate's culture formatted formalname (firstname, middleName and lastname, title, mrmrs)

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

InvitationStatus

Status if this appointment represents an invitation

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

JoinVideomeetUrl

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

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

Location

Location for appointment, defaulted from invited resource of type place and other rules, but you can write anything you want here

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

PersonFullName

The associate's culture formatted fullname (firstname, middleName and lastname)

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

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
IAppointmentAgent

ProjectId

ID of project referred to, may be 0

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

ProjectName

Project name

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

SaleId

Owning sale, if any (may be 0)

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

SaleName

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

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

StartTime

date + start time planned

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

TaskName

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

Declaration
[DataMember]
public virtual string TaskName { 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