Table of Contents

Class ResponseSessionStarted

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

Constructors

ResponseSessionStarted(DateTimeOffset?, bool?)

public ResponseSessionStarted(DateTimeOffset? started, bool? noStatusChange)

Parameters

started DateTimeOffset?
noStatusChange bool?

Properties

NoStatusChange

public bool? NoStatusChange { get; set; }

Property Value

bool?

Started

public DateTimeOffset? Started { get; set; }

Property Value

DateTimeOffset?