Table of Contents

Class ChangeCommentPrivacy

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

Constructors

ChangeCommentPrivacy(Guid, Guid, bool)

public ChangeCommentPrivacy(Guid aggregate, Guid comment, bool commentPrivacy)

Parameters

aggregate Guid
comment Guid
commentPrivacy bool

Properties

Comment

public Guid Comment { get; set; }

Property Value

Guid

CommentPrivacy

public bool CommentPrivacy { get; set; }

Property Value

bool