Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class AlarmData : Carrier
public AlarmData()
public virtual DateTime AlarmTime { get; set; }
public virtual int AppointmentId { get; set; }
public virtual string AppointmentText { get; set; }
[JsonIgnore] public AppointmentType? AppointmentType { get; set; }
[JsonProperty("AppointmentType")] public string AppointmentType_String { get; set; }
[JsonIgnore] public AssignmentStatus? AssignmentStatus { get; set; }
[JsonProperty("AssignmentStatus")] public string AssignmentStatus_String { get; set; }
[JsonIgnore] public BookingType? BookingType { get; set; }
[JsonProperty("BookingType")] public string BookingType_String { get; set; }
public virtual string ContactDepartment { get; set; }
public virtual string ContactFullName { get; set; }
public virtual int ContactId { get; set; }
public virtual string ContactName { get; set; }
public virtual DateTime EndDate { get; set; }
public virtual string FormalName { get; set; }
[JsonIgnore] public InvitationStatus? InvitationStatus { get; set; }
[JsonProperty("InvitationStatus")] public string InvitationStatus_String { get; set; }
public virtual string JoinVideomeetUrl { get; set; }
public virtual string Location { get; set; }
public virtual string PersonFullName { get; set; }
public virtual int PersonId { get; set; }
public virtual int ProjectId { get; set; }
public virtual string ProjectName { get; set; }
public virtual int SaleId { get; set; }
public virtual string SaleName { get; set; }
public virtual DateTime StartTime { get; set; }
public virtual string TaskName { get; set; }
Was this page helpful?