Table of Contents

Class AuthorComment

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

Constructors

AuthorComment(Guid, Guid, string)

public AuthorComment(Guid aggregate, Guid question, string comment)

Parameters

aggregate Guid
question Guid
comment string

Properties

Comment

public string Comment { get; }

Property Value

string

Question

public Guid Question { get; }

Property Value

Guid