Table of Contents

Class ChangeCommentVisibility

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

Constructors

ChangeCommentVisibility(Guid, Guid, bool)

public ChangeCommentVisibility(Guid bank, Guid comment, bool isHidden)

Parameters

bank Guid
comment Guid
isHidden bool

Properties

Comment

public Guid Comment { get; set; }

Property Value

Guid

IsHidden

public bool IsHidden { get; set; }

Property Value

bool