Base class for All Provider Model Parameters

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public class providerArrayProperty
Visual Basic
Public Class providerArrayProperty

Remarks

, This is the class used to provde and indexed property to wrap around the provider input array parammeters. This class provides direct access to the Fortan model Parameters, with a layer of rangechacking that throws exception when values violate range check rules. The constructor for this class is hidden. Parameters of this class are created by the WaterSim class and managed by the WaterSim.ParamManager, thusthe constructor is hidden.

Inheritance Hierarchy

System..::..Object
  WaterSimDCDC..::..providerArrayProperty

See Also