EcoLabConstant Class |
Namespace: DHI.Mike1D.EcoLabDataAccess
public class EcoLabConstant
The EcoLabConstant type exposes the following members.
Name | Description | |
---|---|---|
EcoLabConstant | Initializes a new instance of the EcoLabConstant class |
Name | Description | |
---|---|---|
BuildInId |
BuildIn ID if an engine provided value
| |
DefaultValue |
default value
| |
Description |
General description of constant
| |
EcoLabId |
EcoLab ID, as defined in the template
| |
IsGlobal |
Flag specifying whether the constant is global in EcoLab terms,
if not, it must be set for all computational points.
The constant may only be defined with one global value, but stil have this set to false. If this is set to true, only the global value in _values is used. | |
UserSpecified | ||
Values |
Values of constant.
If IsGlobal is set, only the GlobalValue is used. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |