Table of Contents

Class QuestionRandomizationChanged

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

Constructors

QuestionRandomizationChanged(Guid, Randomization)

public QuestionRandomizationChanged(Guid question, Randomization randomization)

Parameters

question Guid
randomization Randomization

Properties

Question

public Guid Question { get; set; }

Property Value

Guid

Randomization

public Randomization Randomization { get; set; }

Property Value

Randomization