Table of Contents

Class ScheduleClass

Namespace
InSite.Application.Events.Write
Assembly
Shift.Sdk.dll
public class ScheduleClass : Command, ICommand
Inheritance
ScheduleClass
Implements
Inherited Members
Extension Methods

Constructors

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

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

Parameters

event Guid
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