Table of Contents

Class QuestionUpgraded

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

Constructors

QuestionUpgraded(Guid, Guid)

public QuestionUpgraded(Guid currentQuestion, Guid upgradedQuestion)

Parameters

currentQuestion Guid
upgradedQuestion Guid

Properties

CurrentQuestion

public Guid CurrentQuestion { get; set; }

Property Value

Guid

UpgradedQuestion

public Guid UpgradedQuestion { get; set; }

Property Value

Guid