Table of Contents

Class ResponseSessionFormConsent

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

Constructors

ResponseSessionFormConsent(Guid, Guid, Guid, Guid)

public ResponseSessionFormConsent(Guid question, Guid tenant, Guid session, Guid user)

Parameters

question Guid
tenant Guid
session Guid
user Guid

Properties

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid

ResponseSessionIdentifier

public Guid ResponseSessionIdentifier { get; set; }

Property Value

Guid

TenantIdentifier

public Guid TenantIdentifier { get; set; }

Property Value

Guid

UserIdentifier

public Guid UserIdentifier { get; set; }

Property Value

Guid