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
journalGuidcommentGuidauthorGuidsubjectGuidsubjectTypestringtextstringpostedDateTimeOffsetisPrivatebool
Properties
Author
public Guid Author { get; }
Property Value
Comment
public Guid Comment { get; }
Property Value
IsPrivate
public bool IsPrivate { get; }
Property Value
Posted
public DateTimeOffset Posted { get; }
Property Value
Subject
public Guid Subject { get; }
Property Value
SubjectType
public string SubjectType { get; }
Property Value
Text
public string Text { get; }