Class Comment
Class that holds comments added to models.
Inherited Members
Namespace: TimeSeriesAnalysis.Dynamic
Assembly: TimeSeriesAnalysis.dll
Syntax
public class Comment
Constructors
| Edit this page View SourceComment(string, DateTime, string, double)
Comment constructor.
Declaration
public Comment(string author, DateTime date, string comment, double plantScore = 0)
Parameters
Type | Name | Description |
---|---|---|
string | author | |
DateTime | date | |
string | comment | |
double | plantScore |
Fields
| Edit this page View Sourceauthor
Author of comment.
Declaration
public string author
Field Value
Type | Description |
---|---|
string |
comment
Comment string
Declaration
public string comment
Field Value
Type | Description |
---|---|
string |
date
Date of comment.
Declaration
public DateTime date
Field Value
Type | Description |
---|---|
DateTime |
plantScore
Plant score, intended to hold manully set values indicating specific statuses of the model.
Declaration
public double plantScore
Field Value
Type | Description |
---|---|
double |