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
eventGuidtenantGuidtitlestringstatusstringnumberintstartDateTimeOffsetendDateTimeOffsetdurationintdurationUnitstringcreditdecimal?
Properties
Credit
public decimal? Credit { get; set; }
Property Value
Duration
public int Duration { get; set; }
Property Value
DurationUnit
public string DurationUnit { get; set; }
Property Value
EndTime
public DateTimeOffset EndTime { get; set; }
Property Value
Number
public int Number { get; set; }
Property Value
StartTime
public DateTimeOffset StartTime { get; set; }
Property Value
Status
public string Status { get; set; }
Property Value
Tenant
public Guid Tenant { get; set; }
Property Value
Title
public string Title { get; set; }