Table of Contents

Class AppointmentScheduled

Namespace
InSite.Domain.Events
Assembly
Shift.Sdk.dll
public class AppointmentScheduled : Change, IChange
Inheritance
AppointmentScheduled
Implements
Inherited Members
Extension Methods

Constructors

AppointmentScheduled(Guid, string, string, string, DateTimeOffset, DateTimeOffset)

public AppointmentScheduled(Guid tenant, string title, string appointmentType, string description, DateTimeOffset start, DateTimeOffset end)

Parameters

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