The ItemDescription type exposes the following members.

Methods

  Name Description
Public method FindFieldByOffset
Searches a field by its offset.
Public method GetFieldByName
Gets a field by name.
Public method GetValueString(Item)
When an arbitrary TeaFile is read, and the file holds a description, item's can be read but there is no type available that represents them. In this case, the item's fields are stored in the values collection of an Item instance. This Print method will print such item's values, separated by blanks.
Public method GetValueString(Item, String)
When an arbitrary TeaFile is read, and the file holds a description, item's can be read but there is no type available that represents them. In this case, the item's fields are stored in the values collection of an Item instance. This Print method will print such item's values, seperated by separator.
Public method IsAccessibleWith
Checks it the access description can access a time series based on this ItemDescription.
Public method ToString()()()()
Returns a String that represents this instance.
(Overrides Object..::..ToString()()()().)
Public method ToString(String)
Returns a String that represents this instance.

See Also