EcoLabData Class

EcoLab data contains information for each of the ECO Lab models that are used.

Definition

Namespace: DHI.Mike1D.EcoLabDataAccess
Assembly: DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class EcoLabData : AbstractDataAccess
Inheritance
Object    AbstractDataAccess    EcoLabData

Constructors

EcoLabDataInitializes a new instance of the EcoLabData class

Properties

Connection Holder of read/write information
(Inherited from AbstractDataAccess)
CustomTypes List of custom types stored in the data object and that must be serialized.

A custom type is e.g. a user implemented structure or catchment model. In order to store information on the custom type in the .m1dx file, the system needs to know which custom types are being used, and they must be added to this list.


(Inherited from AbstractDataAccess)
ExtensionData Holds data from an extended DataContract
(Inherited from AbstractDataAccess)
Models List of active ecolab models
NetworkModel Defines where in network the model is defined. If defined, the GlobalValue must always be set.

This is to be used when two or more templates are to be applied on different non-overlapping parts of the network If templates need to overlap, set instead that up in ModelExtent, and if it is set up there, this is disregarded.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Validate Validate ECO Lab models
Validate(DateTime, DateTime) Validate ECO Lab data depending on simulation start and simulation end

Fields

_connection Protected holder of read/write info
(Inherited from AbstractDataAccess)

See Also