/// <summary> /// Deprecated Method for adding a new object to the indicator_values EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToindicator_values(indicator_values indicator_values) { base.AddObject("indicator_values", indicator_values); }
/// <summary> /// Create a new indicator_values object. /// </summary> /// <param name="id_indicator_values">Initial value of the id_indicator_values property.</param> /// <param name="id_organization">Initial value of the id_organization property.</param> /// <param name="id_indicator">Initial value of the id_indicator property.</param> /// <param name="date_year">Initial value of the date_year property.</param> /// <param name="date_month">Initial value of the date_month property.</param> /// <param name="value">Initial value of the value property.</param> /// <param name="value_plan">Initial value of the value_plan property.</param> public static indicator_values Createindicator_values(global::System.Int32 id_indicator_values, global::System.Int32 id_organization, global::System.Int32 id_indicator, global::System.Int32 date_year, global::System.Int32 date_month, global::System.Double value, global::System.Double value_plan) { indicator_values indicator_values = new indicator_values(); indicator_values.id_indicator_values = id_indicator_values; indicator_values.id_organization = id_organization; indicator_values.id_indicator = id_indicator; indicator_values.date_year = date_year; indicator_values.date_month = date_month; indicator_values.value = value; indicator_values.value_plan = value_plan; return indicator_values; }