Table of Contents

Class QuestionOrderingOptionAdded

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

Constructors

QuestionOrderingOptionAdded(Guid, Guid, ContentTitle)

public QuestionOrderingOptionAdded(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