Class ScheduleAppointment
- Namespace
- InSite.Application.Events.Write
- Assembly
- Shift.Sdk.dll
public class ScheduleAppointment : Command, ICommand
- Inheritance
-
ScheduleAppointment
- Implements
- Inherited Members
- Extension Methods
Constructors
ScheduleAppointment(Guid, Guid, string, string, string, DateTimeOffset, DateTimeOffset)
public ScheduleAppointment(Guid @event, Guid tenant, string title, string appointmentType, string description, DateTimeOffset start, DateTimeOffset end)
Parameters
eventGuidtenantGuidtitlestringappointmentTypestringdescriptionstringstartDateTimeOffsetendDateTimeOffset
Properties
AppointmentType
public string AppointmentType { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
EndTime
public DateTimeOffset EndTime { get; set; }
Property Value
StartTime
public DateTimeOffset StartTime { get; set; }
Property Value
Tenant
public Guid Tenant { get; set; }
Property Value
Title
public string Title { get; set; }