Table of Contents

Class CommentDuplicated

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

Constructors

CommentDuplicated(Guid, Guid, Guid, Guid, CommentType)

public CommentDuplicated(Guid sourceComment, Guid sourceSubject, Guid destinationComment, Guid destinationSubject, CommentType destinationType)

Parameters

sourceComment Guid
sourceSubject Guid
destinationComment Guid
destinationSubject Guid
destinationType CommentType

Properties

DestinationComment

public Guid DestinationComment { get; set; }

Property Value

Guid

DestinationSubject

public Guid DestinationSubject { get; set; }

Property Value

Guid

DestinationType

public CommentType DestinationType { get; set; }

Property Value

CommentType

SourceComment

public Guid SourceComment { get; set; }

Property Value

Guid

SourceSubject

public Guid SourceSubject { get; set; }

Property Value

Guid