Table of Contents

Class CommentPrivacyChanged

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

Constructors

CommentPrivacyChanged(Guid, bool)

public CommentPrivacyChanged(Guid comment, bool commentPrivacy)

Parameters

comment Guid
commentPrivacy bool

Properties

Comment

public Guid Comment { get; set; }

Property Value

Guid

CommentPrivacy

public bool CommentPrivacy { get; set; }

Property Value

bool