Table of Contents

Class EventCommentPosted

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

Constructors

EventCommentPosted(Guid, Guid, string)

public EventCommentPosted(Guid comment, Guid author, string text)

Parameters

comment Guid
author Guid
text string

Properties

AuthorIdentifier

public Guid AuthorIdentifier { get; set; }

Property Value

Guid

CommentIdentifier

public Guid CommentIdentifier { get; set; }

Property Value

Guid

CommentText

public string CommentText { get; set; }

Property Value

string