Table of Contents

Class CommentMoved

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

Constructors

CommentMoved(Guid, CommentType, Guid)

public CommentMoved(Guid comment, CommentType type, Guid subject)

Parameters

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