Class IronPythonProcessor
Inheritance
System.Object
IronPythonProcessor
Implements
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 SourceIronPythonProcessor()
Declaration
public IronPythonProcessor()
Methods
| Improve this Doc View SourceProcess(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 |
ProcessStatement(String)
Declaration
public string ProcessStatement(string statement)
Parameters
Type | Name | Description |
---|---|---|
System.String | statement |
Returns
Type | Description |
---|---|
System.String |