Search Results for

    Show / Hide Table of Contents

    Class IronPythonProcessor

    Inheritance
    System.Object
    IronPythonProcessor
    Implements
    IPreprocessor
    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: Simplic.EPLDesigner
    Assembly: Simplic EPL Designer.dll
    Syntax
    public class IronPythonProcessor : IPreprocessor

    Constructors

    | Improve this Doc View Source

    IronPythonProcessor()

    Declaration
    public IronPythonProcessor()

    Methods

    | Improve this Doc View Source

    Process(String, EPLFormular, Int32)

    Declaration
    public string Process(string code, EPLFormular formular, int commandIndex)
    Parameters
    Type Name Description
    System.String code
    EPLFormular formular
    System.Int32 commandIndex
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ProcessStatement(String)

    Declaration
    public string ProcessStatement(string statement)
    Parameters
    Type Name Description
    System.String statement
    Returns
    Type Description
    System.String

    Implements

    IPreprocessor
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx