/// <summary> /// Create a new clusterStats object. /// </summary> /// <param name="runtime">Initial value of the runtime property.</param> /// <param name="clusterName">Initial value of the clusterName property.</param> public static clusterStats CreateclusterStats(global::System.DateTime runtime, global::System.String clusterName) { clusterStats clusterStats = new clusterStats(); clusterStats.runtime = runtime; clusterStats.clusterName = clusterName; return clusterStats; }
/// <summary> /// Deprecated Method for adding a new object to the clusterStats EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToclusterStats(clusterStats clusterStats) { base.AddObject("clusterStats", clusterStats); }