Click or drag to resize

ISensorT Interface

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public interface ISensor<T> : ISensor, 
	IVariable, ITypedExpression, IExpressionAcceptor, IExpression<T>

Type Parameters

T

The ISensorT type exposes the following members.

Properties
  NameDescription
Public propertyGetter
Public propertyId (Inherited from ISensor.)
Public propertyName (Inherited from IVariable.)
Public propertyResultType (Inherited from ITypedExpression.)
Public propertyValue (Inherited from IVariable.)
Top
Methods
  NameDescription
Public methodAccept``1 (Inherited from IExpressionAcceptor.)
Public methodEvaluate (Inherited from ITypedExpression.)
Top
See Also