Click or drag to resize

EcoLabConstant Class

Class for an EcoLab constant. An EcoLab constant is constant in time, but may vary in space.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.EcoLabDataAccessEcoLabConstant

Namespace:  DHI.Mike1D.EcoLabDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public class EcoLabConstant

The EcoLabConstant type exposes the following members.

Constructors
  NameDescription
Public methodEcoLabConstant
Initializes a new instance of the EcoLabConstant class
Top
Properties
  NameDescription
Public propertyBuildInId
BuildIn ID if an engine provided value
Public propertyDefaultValue
default value
Public propertyDescription
General description of constant
Public propertyEcoLabId
EcoLab ID, as defined in the template
Public propertyIsGlobal
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.

Public propertyUserSpecified
Flag defining if the value is user specified. The flag must be set if BuildInId is not defined. It can also be set if the BuildInId is defined, then the user specified value overrides the build in value.
Public propertyValues
Values of constant.

If IsGlobal is set, only the GlobalValue is used.

Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also