Table of Contents

Class AttemptCommentPosted

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

Constructors

AttemptCommentPosted(Guid, string)

public AttemptCommentPosted(Guid question, string comment)

Parameters

question Guid
comment string

Properties

Comment

public string Comment { get; }

Property Value

string

Question

public Guid Question { get; }

Property Value

Guid