Table of Contents

Class ChangeQuestionContent

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

Constructors

ChangeQuestionContent(Guid, Guid, ContentExamQuestion)

public ChangeQuestionContent(Guid bank, Guid question, ContentExamQuestion content)

Parameters

bank Guid
question Guid
content ContentExamQuestion

Properties

Content

public ContentExamQuestion Content { get; set; }

Property Value

ContentExamQuestion

Question

public Guid Question { get; set; }

Property Value

Guid