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
bankGuidquestionGuidcontentContentExamQuestion
Properties
Content
public ContentExamQuestion Content { get; set; }
Property Value
Question
public Guid Question { get; set; }