Table of Contents

Class ResponseSessionCreated

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

Constructors

ResponseSessionCreated(string, Guid, Guid, Guid)

public ResponseSessionCreated(string source, Guid tenant, Guid form, Guid user)

Parameters

source string
tenant Guid
form Guid
user Guid

Properties

Form

public Guid Form { get; set; }

Property Value

Guid

Source

public string Source { get; set; }

Property Value

string

Tenant

public Guid Tenant { get; set; }

Property Value

Guid

User

public Guid User { get; set; }

Property Value

Guid