Class UnkownCommand
Is able to represent all kind of epl commands, to support the complete format
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 class UnkownCommand : EPLCommand
Properties
| Improve this Doc View SourceCheckParameterAmount
Always true
Declaration
public override bool CheckParameterAmount { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceCommandName
Any command name
Declaration
public override string CommandName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceMaxParameter
Always 0
Declaration
public override int MaxParameter { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
| Improve this Doc View SourceMinParameter
Always 0
Declaration
public override int MinParameter { get; }
Property Value
Type | Description |
---|---|
System.Int32 |