| DfsuDynamicItemInfo Class | 
Namespace: DHI.Generic.MikeZero.DFS.dfsu
The DfsuDynamicItemInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ConversionType | 
            Type of conversion for the data values
              | |
| ConversionUnit | 
            Desired unit to convert to
              | |
| DataType | 
            Type of data stored in item. For a dfsu file
            this is always Float  | |
| ElementCount | 
            Number of data elements in the item.
              | |
| ItemNumber | 
            Number of item in the file
              | |
| Name | 
            Name of item
              | |
| Quantity | 
            Quantity of item.
              | |
| ValueType | 
            Type of value in item. For a dfsu file
            this is always Instantaneous  | 
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| SetUnitConversion | 
            Sets the unit conversion for a specific item. 
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| 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.  |