Search Results for

    Show / Hide Table of Contents

    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 Source

    CommandDefinition

    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 Source

    GetInstance(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

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