Table of Contents

Class QuestionOrderingLabelChanged

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

Constructors

QuestionOrderingLabelChanged(Guid, bool, ContentTitle, ContentTitle)

public QuestionOrderingLabelChanged(Guid question, bool show, ContentTitle topContent, ContentTitle bottomContent)

Parameters

question Guid
show bool
topContent ContentTitle
bottomContent ContentTitle

Properties

BottomContent

public ContentTitle BottomContent { get; set; }

Property Value

ContentTitle

Question

public Guid Question { get; set; }

Property Value

Guid

Show

public bool Show { get; set; }

Property Value

bool

TopContent

public ContentTitle TopContent { get; set; }

Property Value

ContentTitle