UserUnitInfo Structure

Information on a user unit

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public struct UserUnitInfo
Inheritance
Object    ValueType    UserUnitInfo

Constructors

UserUnitInfo Default constructor

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

eumItem EUM item type of quantity
Id Id of quantity. If null, only eumItem is being matched.
UserUnit User specified unit of quantity

See Also