Search Results for

    Show / Hide Table of Contents

    Class ScriptValidator

    A helper class for evaluating scripts and formulas compile in LemonEdge

    Inheritance
    object
    ScriptValidator
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.Scripting
    Assembly: LemonEdge.API.dll
    Syntax
    public static class ScriptValidator

    Methods

    IsDiagnosticListValid(List<Diagnostic>)

    Throws an error with any compilation exceptions

    Declaration
    public static bool IsDiagnosticListValid(List<Diagnostic> diagnostics)
    Parameters
    Type Name Description
    List<Diagnostic> diagnostics
    Returns
    Type Description
    bool
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.