Table of Contents

Class QuestionMovedIn

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

Constructors

QuestionMovedIn(Guid, Guid, Guid, int, Question, Comment[])

public QuestionMovedIn(Guid bank, Guid set, Guid competency, int asset, Question question, Comment[] comments)

Parameters

bank Guid
set Guid
competency Guid
asset int
question Question
comments Comment[]

Properties

Asset

public int Asset { get; set; }

Property Value

int

Comments

public Comment[] Comments { get; set; }

Property Value

Comment[]

DestinationCompetency

public Guid DestinationCompetency { get; set; }

Property Value

Guid

DestinationSet

public Guid DestinationSet { get; set; }

Property Value

Guid

Question

public Question Question { get; set; }

Property Value

Question

SourceBank

public Guid SourceBank { get; set; }

Property Value

Guid