Table of Contents

Class MeetingScheduled2

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

Constructors

MeetingScheduled2(Guid, string, string, string, int, int, DateTimeOffset)

public MeetingScheduled2(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