Table of Contents

Class CaseCommentPosted

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

Constructors

CaseCommentPosted(Guid, string, string, string, Guid, string, Guid?, Guid?, string, string, DateTimeOffset, DateTimeOffset?, DateTimeOffset?, DateTimeOffset?)

public CaseCommentPosted(Guid comment, string text, string category, string flag, Guid author, string authorRole, Guid? assignedTo, Guid? resolvedBy, string subCategory, string tag, DateTimeOffset authored, DateTimeOffset? flagged, DateTimeOffset? submitted, DateTimeOffset? resolved)

Parameters

comment Guid
text string
category string
flag string
author Guid
authorRole string
assignedTo Guid?
resolvedBy Guid?
subCategory string
tag string
authored 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

Authored

public DateTimeOffset Authored { get; set; }

Property Value

DateTimeOffset

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?

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