| EcoLabModel Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: DHI.Mike1D.EcoLabDataAccess
 Syntax
Syntaxpublic class EcoLabModel
The EcoLabModel type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | EcoLabModel | 
            Create new ECO Lab model
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Components | 
            ECO Lab components
             | 
|  | Constants | 
            Constants are constant in time. A constant may vary in space, and may be provided by engine.
             | 
|  | Forcings | 
            Forcings vary in time. A forcing may also vary in space, though currently only supported by engine forcings
             | 
|  | Id | 
            Local Id of ecolab model, used in NetworkModel | 
|  | IntegrationMethod | 
            Method used when integrating in time
             | 
|  | LocalId | 
            Local Id of ecolab model, used in NetworkModel | 
|  | OutputAuxiliary | 
            Auxiliary outputs
             | 
|  | OutputDerived | 
            Derived outputs
             | 
|  | OutputProcesses | 
            Output for processes
             | 
|  | UpdatePerTimeStep | 
            Type of updating taking place
             | 
|  | UpdateTimeSpan | 
            Time between each ECO lab update time step. Used when UpdatePerTimeStep is false.
             | 
|  | UpdateTimeStepFrequency | 
            Number of time steps between each ECO lab update time step. Used when UpdatePerTimeStep is true.
             | 
 Methods
Methods| 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.) | 
|  | Validate | 
            Validate
             | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | EcoLabTemplateFilePath | 
            File path to ECO Lab template
             | 
 See Also
See Also