Table of Contents

Class CommentVisibilityChanged

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

Constructors

CommentVisibilityChanged(Guid, bool)

public CommentVisibilityChanged(Guid comment, bool isHidden)

Parameters

comment Guid
isHidden bool

Properties

Comment

public Guid Comment { get; set; }

Property Value

Guid

IsHidden

public bool IsHidden { get; set; }

Property Value

bool