XJEaseParameter Class
The base class for all classes representing types of XJEase parameters.
Namespace: XJTAG.Integration.XJRunner
Syntax
public abstract class XJEaseParameter
Inheritance Hierarchy
- object
Members
Properties
Name | Description |
---|---|
IsArray | Indicates whether this parameter represents an XJEase array (i.e. returns true when this is an XJEaseArrayParameter instance). |
Type | Returns the type of this parameter as an XJEaseParameterType value. |
Methods
Name | Description |
---|---|
AsArray | Converts this XJEaseParameter to an XJEaseArrayParameter. |
AsInt | Converts this XJEaseParameter to an IntParameter. |
AsString | Converts this XJEaseParameter to an StringParameter. |
Equals(object) (from object) | |
Finalize (from object) | |
GetHashCode (from object) | |
GetType (from object) | |
MemberwiseClone (from object) | |
ToString (from object) |
XJTAG v4.1.100