Skip to main content

Class AlarmData

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for AlarmData.

Inheritance

objectCarrierAlarmData

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

AlarmData()

Default constructor - defaults any enum props to 0.

Properties

AlarmTime

Property Value

DateTime

AppointmentId

Primary key

Property Value

int

AppointmentText

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

Property Value

string

AppointmentType

where=no start time,note,docin, docout NULL if unknown enum value.

Property Value

AppointmentType?

See Also

AlarmData.AppointmentType_String

AppointmentType_String

where=no start time,note,docin, docout Raw string enum value.

Property Value

string

See Also

AlarmData.AppointmentType

AssignmentStatus

Status if this appointment is in the process of being assigned to someone else NULL if unknown enum value.

Property Value

AssignmentStatus?

See Also

AlarmData.AssignmentStatus_String

AssignmentStatus_String

Status if this appointment is in the process of being assigned to someone else Raw string enum value.

Property Value

string

See Also

AlarmData.AssignmentStatus

BookingType

The type of booking the appointment represents NULL if unknown enum value.

Property Value

BookingType?

See Also

AlarmData.BookingType_String

BookingType_String

The type of booking the appointment represents Raw string enum value.

Property Value

string

See Also

AlarmData.BookingType

ContactDepartment

Department

Property Value

string

ContactFullName

Property Value

string

ContactId

Contact ID of owning contact, may be 0

Property Value

int

ContactName

Contact name

Property Value

string

EndDate

Date + end time planned

Property Value

DateTime

FormalName

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

Property Value

string

InvitationStatus

Status if this appointment represents an invitation NULL if unknown enum value.

Property Value

InvitationStatus?

See Also

AlarmData.InvitationStatus_String

InvitationStatus_String

Status if this appointment represents an invitation Raw string enum value.

Property Value

string

See Also

AlarmData.InvitationStatus

JoinVideomeetUrl

Property Value

string

Location

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

Property Value

string

PersonFullName

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

Property Value

string

PersonId

Person ID of person the appointment is with, may be 0

Property Value

int

ProjectId

ID of project referred to, may be 0

Property Value

int

ProjectName

Project name

Property Value

string

SaleId

Owning sale, if any (may be 0)

Property Value

int

SaleName

Property Value

string

StartTime

date + start time planned

Property Value

DateTime

TaskName

Property Value

string

See Also

AppointmentAgent