Пример #1
0
        /// <summary>
        /// Create a new GroupClusterHistory object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="day">Initial value of the Day property.</param>
        /// <param name="groupNumber">Initial value of the GroupNumber property.</param>
        /// <param name="clusterPrefix">Initial value of the ClusterPrefix property.</param>
        public static GroupClusterHistory CreateGroupClusterHistory(global::System.Int32 id, global::System.Int32 day, global::System.Int32 groupNumber, global::System.Int32 clusterPrefix)
        {
            GroupClusterHistory groupClusterHistory = new GroupClusterHistory();

            groupClusterHistory.Id            = id;
            groupClusterHistory.Day           = day;
            groupClusterHistory.GroupNumber   = groupNumber;
            groupClusterHistory.ClusterPrefix = clusterPrefix;
            return(groupClusterHistory);
        }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GroupClusterHistories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGroupClusterHistories(GroupClusterHistory groupClusterHistory)
 {
     base.AddObject("GroupClusterHistories", groupClusterHistory);
 }