Table of Contents

Class QuestionContentChanged

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

Constructors

QuestionContentChanged(Guid, ContentExamQuestion)

public QuestionContentChanged(Guid question, ContentExamQuestion content)

Parameters

question Guid
content ContentExamQuestion

Properties

Content

public ContentExamQuestion Content { get; set; }

Property Value

ContentExamQuestion

Question

public Guid Question { get; set; }

Property Value

Guid