Table of Contents

Class PostComment

Namespace
InSite.Application.Events.Write
Assembly
Shift.Sdk.dll
public class PostComment : Command, ICommand
Inheritance
PostComment
Implements
Inherited Members
Extension Methods

Constructors

PostComment(Guid, Guid, Guid, string)

public PostComment(Guid id, Guid comment, Guid author, string text)

Parameters

id Guid
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