Class CommentDuplicated
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
sourceCommentGuidsourceSubjectGuiddestinationCommentGuiddestinationSubjectGuiddestinationTypeCommentType
Properties
DestinationComment
public Guid DestinationComment { get; set; }
Property Value
DestinationSubject
public Guid DestinationSubject { get; set; }
Property Value
DestinationType
public CommentType DestinationType { get; set; }
Property Value
SourceComment
public Guid SourceComment { get; set; }
Property Value
SourceSubject
public Guid SourceSubject { get; set; }