Table of Contents

Class QuestionMoved

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

Constructors

QuestionMoved(Guid, Guid, int, Guid)

public QuestionMoved(Guid set, Guid competency, int asset, Guid question)

Parameters

set Guid
competency Guid
asset int
question Guid

Properties

Asset

public int Asset { get; set; }

Property Value

int

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