Table of Contents

Class QuestionOrderingOptionChanged

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

Constructors

QuestionOrderingOptionChanged(Guid, Guid, ContentTitle)

public QuestionOrderingOptionChanged(Guid question, Guid option, ContentTitle content)

Parameters

question Guid
option Guid
content ContentTitle

Properties

Content

public ContentTitle Content { get; set; }

Property Value

ContentTitle

Option

public Guid Option { get; set; }

Property Value

Guid

Question

public Guid Question { get; set; }

Property Value

Guid