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 ActivitySummaryItem
public ActivitySummaryItem()
public virtual int AppointmentId { get; set; }
[JsonIgnore] public ActivityStatus? Completed { get; set; }
[JsonProperty("Completed")] public string Completed_String { get; set; }
public virtual DateTime Date { get; set; }
public virtual string Description { get; set; }
public virtual int DocumentId { get; set; }
public virtual DateTime Registered { get; set; }
Was this page helpful?