Class ChangeComment
- Namespace
- InSite.Application.Journals.Write
- Assembly
- Shift.Sdk.dll
public class ChangeComment : Command, ICommand
- Inheritance
-
ChangeComment
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeComment(Guid, Guid, string, DateTimeOffset, bool)
public ChangeComment(Guid journal, Guid comment, string text, DateTimeOffset revised, bool isPrivate)
Parameters
journalGuidcommentGuidtextstringrevisedDateTimeOffsetisPrivatebool
Properties
Comment
public Guid Comment { get; }
Property Value
IsPrivate
public bool IsPrivate { get; }
Property Value
Revised
public DateTimeOffset Revised { get; }
Property Value
Text
public string Text { get; }