Table of Contents

Class ChangeResponseAnswer

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

Constructors

ChangeResponseAnswer(Guid, Guid, string)

public ChangeResponseAnswer(Guid session, Guid question, string answer)

Parameters

session Guid
question Guid
answer string

Properties

Answer

public string Answer { get; set; }

Property Value

string

Question

public Guid Question { get; set; }

Property Value

Guid