IDoubleTimeProxy Interface

TODO: For IDoubleProxy, datatype should be replaced with struct containing: (ModuleId), itemNumberId, datatype and descriptive name Needed when AD has several items of same datatype and when different modules have items of same datatype.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IDoubleTimeProxy

Methods

TimeOffers List of data types that is offered and can be used in GetValue
TimeValueGetter Get value getter for the specified data quantity

Extension Methods

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.


(Defined by ProxyExtensions)
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.


(Defined by ProxyExtensions)

See Also