Table of Contents

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

journal Guid
comment Guid
text string
revised DateTimeOffset
isPrivate bool

Properties

Comment

public Guid Comment { get; }

Property Value

Guid

IsPrivate

public bool IsPrivate { get; }

Property Value

bool

Revised

public DateTimeOffset Revised { get; }

Property Value

DateTimeOffset

Text

public string Text { get; }

Property Value

string