Table of Contents

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

aggregate Guid
comment Guid
text string
category string
flag string
author Guid
authorRole string
assignedTo Guid?
resolvedBy Guid?
subCategory string
tag string
posted DateTimeOffset
flagged DateTimeOffset?
submitted DateTimeOffset?
resolved DateTimeOffset?

Properties

AssignedTo

public Guid? AssignedTo { get; set; }

Property Value

Guid?

Author

public Guid Author { get; set; }

Property Value

Guid

AuthorRole

public string AuthorRole { get; set; }

Property Value

string

Category

public string Category { get; set; }

Property Value

string

Comment

public Guid Comment { get; set; }

Property Value

Guid

Flag

public string Flag { get; set; }

Property Value

string

Flagged

public DateTimeOffset? Flagged { get; set; }

Property Value

DateTimeOffset?

Posted

public DateTimeOffset Posted { get; set; }

Property Value

DateTimeOffset

Resolved

public DateTimeOffset? Resolved { get; set; }

Property Value

DateTimeOffset?

ResolvedBy

public Guid? ResolvedBy { get; set; }

Property Value

Guid?

SubCategory

public string SubCategory { get; set; }

Property Value

string

Submitted

public DateTimeOffset? Submitted { get; set; }

Property Value

DateTimeOffset?

Tag

public string Tag { get; set; }

Property Value

string

Text

public string Text { get; set; }

Property Value

string