IntParameter.IntParameterType Enumeration

The format of integer contained in a parameter.

Namespace: XJTAG.Integration.XJRunner

Syntax

public enum IntParameterType

Members

Fields

Name Description
Int32

A 32 bit signed integer.

Int64

A 64 bit signed integer.

UInt32

A 32 bit unsigned integer.

UInt64

A 64 bit unsigned integer.

Methods

Name Description
CompareTo (from Enum)
Equals (from Enum)
Finalize (from object)
GetHashCode (from Enum)
GetType (from object)
GetTypeCode (from Enum)
HasFlag (from Enum)
MemberwiseClone (from object)
ToString() (from Enum)
ToString(IFormatProvider) (from Enum)
ToString(string) (from Enum)
ToString(string, IFormatProvider) (from Enum)