Table of Contents

Class QuestionMovedOut

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

Constructors

QuestionMovedOut(Guid, Guid, Guid, Guid)

public QuestionMovedOut(Guid bank, Guid set, Guid competency, Guid question)

Parameters

bank Guid
set Guid
competency Guid
question Guid

Properties

DestinationBank

public Guid DestinationBank { get; set; }

Property Value

Guid

DestinationCompetency

public Guid DestinationCompetency { get; set; }

Property Value

Guid

DestinationSet

public Guid DestinationSet { get; set; }

Property Value

Guid

Question

public Guid Question { get; set; }

Property Value

Guid