Click or drag to resize

DfsuDynamicItemInfo Class

Dynamic item info for a dfsu file
Inheritance Hierarchy
SystemObject
  DHI.Generic.MikeZero.DFS.dfsuDfsuDynamicItemInfo

Namespace:  DHI.Generic.MikeZero.DFS.dfsu
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class DfsuDynamicItemInfo : IDfsSimpleDynamicItemInfo, 
	IDfsSimpleItemInfo

The DfsuDynamicItemInfo type exposes the following members.

Properties
  NameDescription
Public propertyConversionType
Type of conversion for the data values
Public propertyConversionUnit
Desired unit to convert to
Public propertyDataType
Type of data stored in item. For a dfsu file this is always Float
Public propertyElementCount
Number of data elements in the item.
Public propertyItemNumber
Number of item in the file
Public propertyName
Name of item
Public propertyQuantity
Quantity of item.
Public propertyValueType
Type of value in item. For a dfsu file this is always Instantaneous
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetUnitConversion
Sets the unit conversion for a specific item.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also