Table of Contents

Class CaseCommentModified

Namespace
InSite.Domain.Issues
Assembly
Shift.Sdk.dll
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

comment Guid
text string
category string
flag string
revisor Guid
assignedTo Guid?
resolvedBy Guid?
subCategory string
tag string
revised DateTimeOffset
flagged DateTimeOffset?
submitted DateTimeOffset?
resolved DateTimeOffset?

Properties

AssignedTo

public Guid? AssignedTo { get; set; }

Property Value

Guid?

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?

Revised

public DateTimeOffset Revised { get; set; }

Property Value

DateTimeOffset

Revisor

public Guid Revisor { 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