Table of Contents

Class MoveQuestion

Namespace
InSite.Application.Banks.Write
Assembly
Shift.Sdk.dll
public class MoveQuestion : Command, ICommand
Inheritance
MoveQuestion
Implements
Inherited Members
Extension Methods

Constructors

MoveQuestion(Guid, Guid, Guid, Guid, int, Guid)

public MoveQuestion(Guid sourceBank, Guid destinationBank, Guid destinationSet, Guid destinationCompetency, int asset, Guid question)

Parameters

sourceBank Guid
destinationBank Guid
destinationSet Guid
destinationCompetency Guid
asset int
question Guid

Properties

Asset

public int Asset { get; set; }

Property Value

int

Bank

public Guid Bank { get; set; }

Property Value

Guid

Competency

public Guid Competency { get; set; }

Property Value

Guid

Question

public Guid Question { get; set; }

Property Value

Guid

Set

public Guid Set { get; set; }

Property Value

Guid