Table of Contents

Class MoveComment

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

Constructors

MoveComment(Guid, Guid, CommentType, Guid)

public MoveComment(Guid bank, Guid comment, CommentType type, Guid subject)

Parameters

bank Guid
comment Guid
type CommentType
subject Guid

Properties

Comment

public Guid Comment { get; set; }

Property Value

Guid

Subject

public Guid Subject { get; set; }

Property Value

Guid

Type

public CommentType Type { get; set; }

Property Value

CommentType