Table of Contents

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

author string
date DateTime
comment string
plantScore double

Fields

author

Author of comment.

public string author

Field Value

string

comment

Comment string

public string comment

Field Value

string

date

Date of comment.

public DateTime date

Field Value

DateTime

plantScore

Plant score, intended to hold manully set values indicating specific statuses of the model.

public double plantScore

Field Value

double