Search Results for

    Show / Hide Table of Contents

    Class ScriptResult

    Represent a result of a Python Script

    Inheritance
    System.Object
    ScriptResult
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: TimeCockpit.Data
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class ScriptResult

    Constructors

    ScriptResult()

    Initializes a new instance of the ScriptResult class

    Declaration
    public ScriptResult()

    Properties

    Variables

    Gets the variables that are defined in the script scope and who have a single entityobject or collection of entityobjects.

    Declaration
    public IDictionary<string, IEnumerable<EntityObject>> Variables { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Collections.Generic.IEnumerable<EntityObject>>
    Remarks

    The key of the dictionary is the name of the variable that holds the result

    In This Article
    Back to top Copyright © 2020 software architects gmbh