Table of Contents

Class SurveyOptionListAdded

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

Constructors

SurveyOptionListAdded(Guid, Guid)

public SurveyOptionListAdded(Guid question, Guid list)

Parameters

question Guid
list Guid

Properties

List

public Guid List { get; }

Property Value

Guid

Question

public Guid Question { get; set; }

Property Value

Guid