Exemplo n.º 1
0
 /// <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;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the clusterStats EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToclusterStats(clusterStats clusterStats)
 {
     base.AddObject("clusterStats", clusterStats);
 }