Class Comment
- Namespace
- TimeSeriesAnalysis.Dynamic
- Assembly
- TimeSeriesAnalysis.dll
Class that holds comments added to models.
public class Comment
- Inheritance
-
Comment
- Inherited Members
Constructors
Comment(string, DateTime, string, double)
Comment constructor.
public Comment(string author, DateTime date, string comment, double plantScore = 0)
Parameters
Fields
author
Author of comment.
public string author
Field Value
comment
Comment string
public string comment
Field Value
date
Date of comment.
public DateTime date
Field Value
plantScore
Plant score, intended to hold manully set values indicating specific statuses of the model.
public double plantScore