Search Results for

    Show / Hide Table of Contents

    Class Comment

    Class that holds comments added to models.

    Inheritance
    object
    Comment
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TimeSeriesAnalysis.Dynamic
    Assembly: TimeSeriesAnalysis.dll
    Syntax
    public class Comment

    Constructors

    | Edit this page View Source

    Comment(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 Source

    author

    Author of comment.

    Declaration
    public string author
    Field Value
    Type Description
    string
    | Edit this page View Source

    comment

    Comment string

    Declaration
    public string comment
    Field Value
    Type Description
    string
    | Edit this page View Source

    date

    Date of comment.

    Declaration
    public DateTime date
    Field Value
    Type Description
    DateTime
    | Edit this page View Source

    plantScore

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

    Declaration
    public double plantScore
    Field Value
    Type Description
    double
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX