Table of Contents

Class ResponseAnswerChanged

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

Constructors

ResponseAnswerChanged(Guid, string)

public ResponseAnswerChanged(Guid question, string answer)

Parameters

question Guid
answer string

Properties

Answer

public string Answer { get; set; }

Property Value

string

Question

public Guid Question { get; set; }

Property Value

Guid