Table of Contents

Class SurveyQuestionContentChanged

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

Constructors

SurveyQuestionContentChanged(Guid, ContentContainer)

public SurveyQuestionContentChanged(Guid question, ContentContainer content)

Parameters

question Guid
content ContentContainer

Properties

Content

public ContentContainer Content { get; }

Property Value

ContentContainer

Question

public Guid Question { get; }

Property Value

Guid