Class AuthorComment
- Namespace
- InSite.Application.Cases.Write
- Assembly
- Shift.Sdk.dll
public class AuthorComment : Command, ICommand
- Inheritance
-
AuthorComment
- Implements
- Inherited Members
- Extension Methods
Constructors
AuthorComment(Guid, Guid, string, string, string, Guid, string, Guid?, Guid?, string, string, DateTimeOffset, DateTimeOffset?, DateTimeOffset?, DateTimeOffset?)
public AuthorComment(Guid aggregate, Guid comment, string text, string category, string flag, Guid author, string authorRole, Guid? assignedTo, Guid? resolvedBy, string subCategory, string tag, DateTimeOffset posted, DateTimeOffset? flagged, DateTimeOffset? submitted, DateTimeOffset? resolved)
Parameters
aggregateGuidcommentGuidtextstringcategorystringflagstringauthorGuidauthorRolestringassignedToGuid?resolvedByGuid?subCategorystringtagstringpostedDateTimeOffsetflaggedDateTimeOffset?submittedDateTimeOffset?resolvedDateTimeOffset?
Properties
AssignedTo
public Guid? AssignedTo { get; set; }
Property Value
- Guid?
Author
public Guid Author { get; set; }
Property Value
AuthorRole
public string AuthorRole { get; set; }
Property Value
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
Posted
public DateTimeOffset Posted { get; set; }
Property Value
Resolved
public DateTimeOffset? Resolved { get; set; }
Property Value
ResolvedBy
public Guid? ResolvedBy { get; set; }
Property Value
- Guid?
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; }