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
Properties
Form
public Guid Form { get; set; }
Property Value
Source
public string Source { get; set; }
Property Value
Tenant
public Guid Tenant { get; set; }
Property Value
User
public Guid User { get; set; }