Click or drag to resize

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.

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

The IDoubleTimeProxy type exposes the following members.

Methods
  NameDescription
Public methodTimeAccepts
List of data types that is accepted and can be used in SetValue
Public methodTimeOffers
List of data types that is offered and can be used in GetValue
Public methodTimeValueGetter(IQuantity)
Get value setter for the specified data quantity
Public methodTimeValueGetter(IQuantity, IQuantity)
Get value setter for the specified data quantity
Public methodTimeValueSetter
Get value setter for the specified data type
Top
See Also