Search Results for

    Show / Hide Table of Contents

    Class UnkownCommand

    Is able to represent all kind of epl commands, to support the complete format

    Inheritance
    System.Object
    EPLCommand
    UnkownCommand
    ScriptCommand
    Inherited Members
    EPLCommand.GetParameter(Int32)
    EPLCommand.Data
    EPLCommand.Parameter
    EPLCommand.Token
    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 class UnkownCommand : EPLCommand

    Properties

    | Improve this Doc View Source

    CheckParameterAmount

    Always true

    Declaration
    public override bool CheckParameterAmount { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EPLCommand.CheckParameterAmount
    | Improve this Doc View Source

    CommandName

    Any command name

    Declaration
    public override string CommandName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EPLCommand.CommandName
    | Improve this Doc View Source

    MaxParameter

    Always 0

    Declaration
    public override int MaxParameter { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    EPLCommand.MaxParameter
    | Improve this Doc View Source

    MinParameter

    Always 0

    Declaration
    public override int MinParameter { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    EPLCommand.MinParameter
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx