EngineDataItemAllArrayT Class |
This class contains a list of all reaches and nodes in the engine network. In case a reach/node does not have data for a quantity, the IEngineData for that reach/node will be null.
This data item must update it svaleus during UpdateValues, in which case the UpdateValues must be overwritten.
Namespace: DHI.Mike1D.Engine.ModuleData
[Missing <typeparam name="T"/> documentation for "T:DHI.Mike1D.Engine.ModuleData.EngineDataItemAllArray`1"]
The EngineDataItemAllArrayT type exposes the following members.
Name | Description | |
---|---|---|
EngineDataItemAllArrayT |
Constructor
|
Name | Description | |
---|---|---|
DataGeneric |
Get engine data for the specified index reference.
(Inherited from EngineDataItemAllBaseT.) | |
IsLazy |
Flag indicating if data item should apply lazy evaluation
| |
Quantity |
Quantity of the data in this IEngineDataItemT (Inherited from EngineDataItemAllBaseT.) |
Name | Description | |
---|---|---|
ContainsDataGeneric |
Check whether there is data for the index reference
(Inherited from EngineDataItemAllBaseT.) | |
ContainsDataNode |
Check whether there is data for the specified node
| |
ContainsDataReach |
Check whether there is data for the specified reach
| |
ContainsDataReachGeneric |
Check whether there is generic data for the specified reach
(Inherited from EngineDataItemAllBaseT.) | |
CreateReachesData |
Create ReachesData, usually array of all reaches
(Overrides EngineDataItemAllBaseTCreateReachesData(Int32).) | |
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.) | |
GetDataReach |
Get engine data for the specified reach.
| |
GetDataReachGeneric |
Get generic engine data for the specified reach.
(Inherited from EngineDataItemAllBaseT.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue |
Get engine data for the specified node.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Prepare | (Inherited from EngineDataItemAllBaseT.) | |
SetEngineDataReach |
Set reach data to reaches array
(Overrides EngineDataItemAllBaseTSetEngineDataReach(Int32, EngineDataReachT).) | |
SetupDataForNodes(EngineNet) |
Setup data for all nodes
| |
SetupDataForNodes(EngineNet, EngineDataItemAllArrayTDCreateNodeData) |
Setup data for all nodes
| |
SetupDataForReaches(EngineNet) |
Set up reach data, data on all gridpoints
(Inherited from EngineDataItemAllBaseT.) | |
SetupDataForReaches(EngineNet, EngineDataItemAllArrayTDCreateReachDataT) |
Set up reach data, based on delegate
| |
SetupDataForReaches(EngineNet, FuncEngineReach, Int32) |
Set up reach data, based on delegate that returns an indexList
| |
SetupDataForReaches(EngineNet, PredicateGridPoint) |
Set up reach data, data on all gridpoints of a given instance type
| |
SetupDataForReaches(EngineNet, Type) |
Set up reach data, data on all gridpoints of a given instance type
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateValues |
Update values of all pull items
(Inherited from EngineDataItemAllBaseT.) | |
ValueFractionGetter | ||
ValueGetter |
Name | Description | |
---|---|---|
_engineNet |
EngineNet variable
| |
GenericData |
Generic data
(Inherited from EngineDataItemAllBaseT.) | |
HasNodesData |
Has Data on nodes. Null if on all nodes
| |
NodesData |
Data on nodes. Null if no data on nodes
| |
ReachesData |
Data on reaches. Null if no data on reaches
| |
ReachGenericData |
Generic data on reaches
(Inherited from EngineDataItemAllBaseT.) |
Name | Description | |
---|---|---|
GetValueOrDefaultT |
Get engine data for the specified node, or returns null if node has no data
(Defined by EngineExtensions.) |