Class CaseCommentModified
public class CaseCommentModified : Change, IChange
- Inheritance
-
CaseCommentModified
- Implements
- Inherited Members
- Extension Methods
Constructors
CaseCommentModified(Guid, string, string, string, Guid, Guid?, Guid?, string, string, DateTimeOffset, DateTimeOffset?, DateTimeOffset?, DateTimeOffset?)
public CaseCommentModified(Guid comment, string text, string category, string flag, Guid revisor, Guid? assignedTo, Guid? resolvedBy, string subCategory, string tag, DateTimeOffset revised, DateTimeOffset? flagged, DateTimeOffset? submitted, DateTimeOffset? resolved)
Parameters
commentGuidtextstringcategorystringflagstringrevisorGuidassignedToGuid?resolvedByGuid?subCategorystringtagstringrevisedDateTimeOffsetflaggedDateTimeOffset?submittedDateTimeOffset?resolvedDateTimeOffset?
Properties
AssignedTo
public Guid? AssignedTo { get; set; }
Property Value
- Guid?
Category
public string Category { get; set; }
Property Value
Comment
public Guid Comment { get; set; }
Property Value
Flag
public string Flag { get; set; }
Property Value
Flagged
public DateTimeOffset? Flagged { get; set; }
Property Value
Resolved
public DateTimeOffset? Resolved { get; set; }
Property Value
ResolvedBy
public Guid? ResolvedBy { get; set; }
Property Value
- Guid?
Revised
public DateTimeOffset Revised { get; set; }
Property Value
Revisor
public Guid Revisor { get; set; }
Property Value
SubCategory
public string SubCategory { get; set; }
Property Value
Submitted
public DateTimeOffset? Submitted { get; set; }
Property Value
Tag
public string Tag { get; set; }
Property Value
Text
public string Text { get; set; }