Search Results for

    Show / Hide Table of Contents

    Class Shared

    Globals

    Should only be used for logging, setting/getting configurations.

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

    Methods

    | Edit this page View Source

    DisablePlots()

    Disables all plotting

    Declaration
    public static void DisablePlots()
    | Edit this page View Source

    EnablePlots()

    Enables all plotting

    Declaration
    public static void EnablePlots()
    | Edit this page View Source

    GetParserObj()

    Returns the ParserFeedback object, which can be used to add loglines for info,warnings or errors

    Declaration
    public static ParserFeedback GetParserObj()
    Returns
    Type Description
    ParserFeedback

    the Parserfeedback object

    Examples

    Example usage:

    Shared.GetParserObj().AddWarning("This is a warning that can be shown on the console, written to file, or both");
    | Edit this page View Source

    IsPlottingEnabled()

    Queries if plotting is enabled or not

    Declaration
    public static bool IsPlottingEnabled()
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX