Ejemplo n.º 1
0
        /// <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.Int32 clusterPrefix, global::System.Int32 w, global::System.Int32 t, global::System.Int32 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);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ClusterHistories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToClusterHistories(ClusterHistory clusterHistory)
 {
     base.AddObject("ClusterHistories", clusterHistory);
 }