/// <summary> /// Create a new Indicator object. /// </summary> /// <param name="id">Initial value of the Id property.</param> public static Indicator CreateIndicator(global::System.Guid id) { Indicator indicator = new Indicator(); indicator.Id = id; return indicator; }
/// <summary> /// Deprecated Method for adding a new object to the Indicators EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToIndicators(Indicator indicator) { base.AddObject("Indicators", indicator); }