IntParameter Class

An integer parameter which can be passed to XJEase functions.

Namespace: XJTAG.Integration.XJRunner

Syntax

public sealed class IntParameter : XJEaseParameter

Inheritance Hierarchy

  • XJEaseParameter
    • object

Members

Constructors

Name Description
IntParameter(int)

Creates a new instance of the IntParameter class using an Int32 value.

IntParameter(long)

Creates a new instance of the IntParameter class using an Int64 value.

IntParameter(uint)

Creates a new instance of the IntParameter class using an UInt32 value.

IntParameter(ulong)

Creates a new instance of the IntParameter class using an UInt64 value.

Properties

Name Description
IntType

Returns the type of integer contained in this parameter.

IsArray (from XJEaseParameter)

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 (from XJEaseParameter)

Converts this XJEaseParameter to an XJEaseArrayParameter.

AsInt (from XJEaseParameter)

Converts this XJEaseParameter to an IntParameter.

AsString (from XJEaseParameter)

Converts this XJEaseParameter to an StringParameter.

CanConvertTo

Determines whether conversion to the given IntParameterType is possible for the value held by this parameter.

Equals(object) (from object)
Finalize (from object)
GetHashCode (from object)
GetType (from object)
GetValueAsInt32

Gets the value of the parameter represented as an Int32.

GetValueAsInt64

Gets the value of the parameter represented as an Int64.

GetValueAsUInt32

Gets the value of the parameter represented as a UInt32.

GetValueAsUInt64

Gets the value of the parameter represented as a UInt64.

MemberwiseClone (from object)
ToString (from object)