Class EPLCommandHelper
Provides functions to work with epl commands
Inheritance
System.Object
EPLCommandHelper
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.EPL
Assembly: Simplic.EPL.dll
Syntax
public static class EPLCommandHelper
Properties
| Improve this Doc View SourceCommandDefinition
Get a list of available epl commands
Declaration
public static IDictionary<string, Type> CommandDefinition { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Type> |
Methods
| Improve this Doc View SourceGetInstance(String)
Get an instance of an epl-command
Declaration
public static EPLCommand GetInstance(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Command name |
Returns
Type | Description |
---|---|
EPLCommand | EPL-Command instance |