/// <summary>
 /// Deprecated Method for adding a new object to the IndicatorParams EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIndicatorParams(IndicatorParam indicatorParam)
 {
     base.AddObject("IndicatorParams", indicatorParam);
 }
 /// <summary>
 /// Create a new IndicatorParam object.
 /// </summary>
 /// <param name="indicatorId">Initial value of the IndicatorId property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="id">Initial value of the Id property.</param>
 public static IndicatorParam CreateIndicatorParam(global::System.Int32 indicatorId, global::System.String name, global::System.Int32 id)
 {
     IndicatorParam indicatorParam = new IndicatorParam();
     indicatorParam.IndicatorId = indicatorId;
     indicatorParam.Name = name;
     indicatorParam.Id = id;
     return indicatorParam;
 }