IDoubleTimeProxy Interface |
Namespace: DHI.Mike1D.Generic
The IDoubleTimeProxy type exposes the following members.
Name | Description | |
---|---|---|
![]() | TimeOffers |
List of data types that is offered and can be used in GetValue
|
![]() | TimeValueGetter |
Get value getter for the specified data quantity
|
Name | Description | |
---|---|---|
![]() | Getter | From the proxy, return an FuncTResult for the specified quantity. It returns the first quantity of that type that is offered, and null if the quantity is not offered. |
![]() | TimeValueGetter | From the proxy, return an FuncT, TResult for the specified quantity. It returns the first quantity of that type that is offered, and null if the quantity is not offered. |