Table of Contents

Class AddComment

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

Constructors

AddComment(Guid, Guid, Guid, Guid, string, string, DateTimeOffset, bool)

public AddComment(Guid journal, Guid comment, Guid author, Guid subject, string subjectType, string text, DateTimeOffset posted, bool isPrivate)

Parameters

journal Guid
comment Guid
author Guid
subject Guid
subjectType string
text string
posted DateTimeOffset
isPrivate bool

Properties

Author

public Guid Author { get; }

Property Value

Guid

Comment

public Guid Comment { get; }

Property Value

Guid

IsPrivate

public bool IsPrivate { get; }

Property Value

bool

Posted

public DateTimeOffset Posted { get; }

Property Value

DateTimeOffset

Subject

public Guid Subject { get; }

Property Value

Guid

SubjectType

public string SubjectType { get; }

Property Value

string

Text

public string Text { get; }

Property Value

string