Table of Contents

Class QuestionStandardChanged

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

Constructors

QuestionStandardChanged(Guid, Guid, Guid[])

public QuestionStandardChanged(Guid question, Guid standard, Guid[] subStandards)

Parameters

question Guid
standard Guid
subStandards Guid[]

Properties

Question

public Guid Question { get; set; }

Property Value

Guid

Standard

public Guid Standard { get; set; }

Property Value

Guid

SubStandards

public Guid[] SubStandards { get; set; }

Property Value

Guid[]