Table of Contents

Class CommentAdded

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

Constructors

CommentAdded(Guid, Guid, Guid, string, string, DateTimeOffset, bool)

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

Parameters

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