Table of Contents

Class MeetingScheduled

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

Constructors

MeetingScheduled(Guid, string, string, string, int, int, DateTimeOffset)

public MeetingScheduled(Guid tenant, string title, string status, string description, int duration, int number, DateTimeOffset start)

Parameters

tenant Guid
title string
status string
description string
duration int
number int
start DateTimeOffset

Properties

Description

public string Description { get; set; }

Property Value

string

Duration

public int Duration { get; set; }

Property Value

int

Number

public int Number { get; set; }

Property Value

int

StartTime

public DateTimeOffset StartTime { get; set; }

Property Value

DateTimeOffset

Status

public string Status { get; set; }

Property Value

string

Tenant

public Guid Tenant { get; set; }

Property Value

Guid

Title

public string Title { get; set; }

Property Value

string