/// <summary>
 /// Deprecated Method for adding a new object to the IndicatorParamValues EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIndicatorParamValues(IndicatorParamValue indicatorParamValue)
 {
     base.AddObject("IndicatorParamValues", indicatorParamValue);
 }
 /// <summary>
 /// Create a new IndicatorParamValue object.
 /// </summary>
 /// <param name="filterIndicatorId">Initial value of the FilterIndicatorId property.</param>
 /// <param name="paramId">Initial value of the ParamId property.</param>
 /// <param name="paramValue">Initial value of the ParamValue property.</param>
 public static IndicatorParamValue CreateIndicatorParamValue(global::System.Int32 filterIndicatorId, global::System.Int32 paramId, global::System.Double paramValue)
 {
     IndicatorParamValue indicatorParamValue = new IndicatorParamValue();
     indicatorParamValue.FilterIndicatorId = filterIndicatorId;
     indicatorParamValue.ParamId = paramId;
     indicatorParamValue.ParamValue = paramValue;
     return indicatorParamValue;
 }