Table of Contents

Class UpgradeQuestion

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

Constructors

UpgradeQuestion(Guid, Guid, Guid)

public UpgradeQuestion(Guid bank, Guid currentQuestion, Guid upgradedQuestion)

Parameters

bank Guid
currentQuestion Guid
upgradedQuestion Guid

Properties

CurrentQuestion

public Guid CurrentQuestion { get; set; }

Property Value

Guid

UpgradedQuestion

public Guid UpgradedQuestion { get; set; }

Property Value

Guid