/// <summary> /// Create a new ClusterHistory object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="day">Initial value of the Day property.</param> /// <param name="clusterPrefix">Initial value of the ClusterPrefix property.</param> /// <param name="w">Initial value of the W property.</param> /// <param name="t">Initial value of the T property.</param> /// <param name="f">Initial value of the F property.</param> public static ClusterHistory CreateClusterHistory(global::System.Int32 id, global::System.Int32 day, global::System.String clusterPrefix, global::System.Double w, global::System.Double t, global::System.Double f) { ClusterHistory clusterHistory = new ClusterHistory(); clusterHistory.Id = id; clusterHistory.Day = day; clusterHistory.ClusterPrefix = clusterPrefix; clusterHistory.W = w; clusterHistory.T = t; clusterHistory.F = f; return(clusterHistory); }
/// <summary> /// Deprecated Method for adding a new object to the ClusterHistories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToClusterHistories(ClusterHistory clusterHistory) { base.AddObject("ClusterHistories", clusterHistory); }