Table of Contents

Class CreateResponseSession

Namespace
InSite.Application.Responses.Write
Assembly
Shift.Sdk.dll
public class CreateResponseSession : Command, ICommand
Inheritance
CreateResponseSession
Implements
Inherited Members
Extension Methods

Constructors

CreateResponseSession(Guid, string, Guid, Guid, Guid)

public CreateResponseSession(Guid session, string source, Guid tenant, Guid form, Guid user)

Parameters

session Guid
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