Table of Contents

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

event Guid
tenant Guid
title string
appointmentType string
description string
start DateTimeOffset
end DateTimeOffset

Properties

AppointmentType

public string AppointmentType { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

EndTime

public DateTimeOffset EndTime { get; set; }

Property Value

DateTimeOffset

StartTime

public DateTimeOffset StartTime { get; set; }

Property Value

DateTimeOffset

Tenant

public Guid Tenant { get; set; }

Property Value

Guid

Title

public string Title { get; set; }

Property Value

string