Table of Contents

Class ChangeQuestionStandard

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

Constructors

ChangeQuestionStandard(Guid, Guid, Guid, Guid[])

public ChangeQuestionStandard(Guid bank, Guid question, Guid standard, Guid[] subStandards)

Parameters

bank Guid
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[]