Class Timestamp
- Namespace
- InSite.Domain.Integrations.Engine
- Assembly
- Shift.Sdk.dll
public class Timestamp
- Inheritance
-
Timestamp
- Inherited Members
- Extension Methods
Constructors
Timestamp()
public Timestamp()
Properties
How
public string How { get; set; }
Property Value
What
public string What { get; set; }
Property Value
When
public DateTimeOffset When { get; set; }
Property Value
Who
public string Who { get; set; }
Property Value
Why
public string Why { get; set; }