Res1DDataSetTimeProxy Class

Class wrapping an IRes1DDataSet into the IDoubleTimeProxy. It requires a ResultDataTimeInterpolator for doing temporal interplation.

When TimeValueGetter(Int32) is called, a TimeDataValueGetter is returned.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class Res1DDataSetTimeProxy : IDoubleTimeProxy
Inheritance
Object    Res1DDataSetTimeProxy
Implements
IDoubleTimeProxy

Constructors

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)
TimeOffers List of data types that is offered and can be used in GetValue
TimeValueGetter Get value getter for the specified data quantity
ToStringReturns a string that represents the current object.
(Inherited from Object)

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