Table of Contents

Class ClassScheduled2

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

Constructors

ClassScheduled2(Guid, string, string, int, DateTimeOffset, DateTimeOffset, int, string, decimal?)

public ClassScheduled2(Guid tenant, string title, string status, int number, DateTimeOffset start, DateTimeOffset end, int duration, string durationUnit, decimal? credit)

Parameters

tenant Guid
title string
status string
number int
start DateTimeOffset
end DateTimeOffset
duration int
durationUnit string
credit decimal?

Properties

Credit

public decimal? Credit { get; set; }

Property Value

decimal?

Duration

public int Duration { get; set; }

Property Value

int

DurationUnit

public string DurationUnit { get; set; }

Property Value

string

EndTime

public DateTimeOffset EndTime { get; set; }

Property Value

DateTimeOffset

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