Table of Contents

Class CommentChanged

Namespace
InSite.Domain.Records
Assembly
Shift.Sdk.dll
public class CommentChanged : Change, IChange
Inheritance
CommentChanged
Implements
Inherited Members
Extension Methods

Constructors

CommentChanged(Guid, string, DateTimeOffset, bool)

public CommentChanged(Guid comment, string text, DateTimeOffset revised, bool isPrivate)

Parameters

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