TINE Data Type object: All data transfered client <-> server must be contained in a TDataType object.
More...
List of all members.
Public Member Functions |
| unsafe | TDataType (ref UInt32 data) |
| | makes a TDataType from the .NET reference passed
|
| | TDataType (ref double data) |
| | makes a TDataType from the .NET reference passed
|
| unsafe | TDataType (ref Int64 data) |
| | makes a TDataType from the .NET reference passed
|
| unsafe | TDataType (ref UInt16 data) |
| | makes a TDataType from the .NET reference passed
|
| unsafe | TDataType (ref Int16 data) |
| | makes a TDataType from the .NET reference passed
|
| | TDataType (Object data) |
| | makes a TDataType from the .NET object passed
|
| unsafe | TDataType (ref Int32 data) |
| | makes a TDataType from the .NET reference passed
|
| unsafe | TDataType (ref UInt64 data) |
| | makes a TDataType from the .NET reference passed
|
| unsafe | TDataType (ref float data) |
| | makes a TDataType from the .NET reference passed
|
Static Public Member Functions |
| static byte | GetTineFormat (Type type) |
| | gets the TINE data format code for the Type passed
|
| static byte | GetTineFormat (Object data) |
| | gets the TINE data format code for the object passed
|
Detailed Description
TINE Data Type object: All data transfered client <-> server must be contained in a TDataType object.
Constructor & Destructor Documentation
| tine::TDataType::TDataType |
( |
ref double |
data | ) |
[inline] |
makes a TDataType from the .NET reference passed
- Parameters:
-
| data | a reference to the the scalar object which should be bound to the TDataType |
| unsafe tine::TDataType::TDataType |
( |
ref float |
data | ) |
[inline] |
makes a TDataType from the .NET reference passed
- Parameters:
-
| data | a reference to the the scalar object which should be bound to the TDataType |
| unsafe tine::TDataType::TDataType |
( |
ref UInt16 |
data | ) |
[inline] |
makes a TDataType from the .NET reference passed
- Parameters:
-
| data | a reference to the the scalar object which should be bound to the TDataType |
| unsafe tine::TDataType::TDataType |
( |
ref Int16 |
data | ) |
[inline] |
makes a TDataType from the .NET reference passed
- Parameters:
-
| data | a reference to the the scalar object which should be bound to the TDataType |
| unsafe tine::TDataType::TDataType |
( |
ref UInt32 |
data | ) |
[inline] |
makes a TDataType from the .NET reference passed
- Parameters:
-
| data | a reference to the the scalar object which should be bound to the TDataType |
| unsafe tine::TDataType::TDataType |
( |
ref Int32 |
data | ) |
[inline] |
makes a TDataType from the .NET reference passed
- Parameters:
-
| data | a reference to the the scalar object which should be bound to the TDataType |
| unsafe tine::TDataType::TDataType |
( |
ref UInt64 |
data | ) |
[inline] |
makes a TDataType from the .NET reference passed
- Parameters:
-
| data | a reference to the the scalar object which should be bound to the TDataType |
| unsafe tine::TDataType::TDataType |
( |
ref Int64 |
data | ) |
[inline] |
makes a TDataType from the .NET reference passed
- Parameters:
-
| data | a reference to the the scalar object which should be bound to the TDataType |
| tine::TDataType::TDataType |
( |
Object |
data | ) |
[inline] |
makes a TDataType from the .NET object passed
- Parameters:
-
| data | the .NET object which should be bound to the TDataType |
Member Function Documentation
| static byte tine::TDataType::GetTineFormat |
( |
Type |
type | ) |
[inline, static] |
gets the TINE data format code for the Type passed
- Parameters:
-
| type | is the .NET Type whose TINE data format is desired. |
- Returns:
- the TINE data format code assigned to the object specified
| static byte tine::TDataType::GetTineFormat |
( |
Object |
data | ) |
[inline, static] |
gets the TINE data format code for the object passed
- Parameters:
-
| data | is the data object whose TINE data format is desired. |
- Returns:
- the TINE data format code assigned to the object specified
The documentation for this class was generated from the following file: