| IDfsSimpleDynamicItemInfo Interface |
Namespace: DHI.Generic.MikeZero.DFS
The IDfsSimpleDynamicItemInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ConversionType |
Type of conversion for the data values
(Inherited from IDfsSimpleItemInfo.) | |
| ConversionUnit |
Desired unit to convert to
(Inherited from IDfsSimpleItemInfo.) | |
| DataType |
Type of data stored in item.
(Inherited from IDfsSimpleItemInfo.) | |
| ElementCount |
Number of data elements in the item.
(Inherited from IDfsSimpleItemInfo.) | |
| ItemNumber |
Item number, in list of items. 1 based.
(Inherited from IDfsSimpleItemInfo.)For newly created/added items this can be zero | |
| Name |
Name of item.
(Inherited from IDfsSimpleItemInfo.) | |
| Quantity |
EUM quantity of item.
(Inherited from IDfsSimpleItemInfo.) | |
| ValueType |
Type of value in item.
|
| Name | Description | |
|---|---|---|
| SetUnitConversion |
Sets the unit conversion for a specific item.
(Inherited from IDfsSimpleItemInfo.) |
| Name | Description | |
|---|---|---|
| CreateEmptyItemData | Overloaded.
Create an IDfsItemDataT of the correct type for the
item.
(Defined by DfsExtensions.)The result can be used by ReadItemTimeStep(IDfsItemData, Int32) | |
| CreateEmptyItemDataT | Overloaded.
Create an IDfsItemDataT of the correct type for the
item.
(Defined by DfsExtensions.)The result can be used by ReadItemTimeStep(IDfsItemData, Int32) If not the item is of type {T}, an exception will be thrown. |