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
sourceBankGuiddestinationBankGuiddestinationSetGuiddestinationCompetencyGuidassetintquestionGuid
Properties
Asset
public int Asset { get; set; }
Property Value
Bank
public Guid Bank { get; set; }
Property Value
Competency
public Guid Competency { get; set; }
Property Value
Question
public Guid Question { get; set; }
Property Value
Set
public Guid Set { get; set; }