Class TimerStarted
- Namespace
- InSite.Domain.Registrations
- Assembly
- Shift.Sdk.dll
public class TimerStarted : Change, IChange
- Inheritance
-
TimerStarted
- Implements
- Inherited Members
- Extension Methods
Constructors
TimerStarted(Guid, DateTimeOffset, string)
public TimerStarted(Guid timer, DateTimeOffset at, string description)
Parameters
timerGuidatDateTimeOffsetdescriptionstring
Properties
At
public DateTimeOffset At { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Timer
public Guid Timer { get; set; }