Inheritance: System.Data.Objects.DataClasses.EntityObject
Beispiel #1
0
        /// <summary>
        /// Créez un nouvel objet TotalsPerDayItem.
        /// </summary>
        /// <param name="id">Valeur initiale de la propriété Id.</param>
        /// <param name="date">Valeur initiale de la propriété Date.</param>
        /// <param name="newCount">Valeur initiale de la propriété NewCount.</param>
        /// <param name="editCount">Valeur initiale de la propriété EditCount.</param>
        public static TotalsPerDayItem CreateTotalsPerDayItem(global::System.Int32 id, global::System.DateTime date, global::System.Int32 newCount, global::System.Int32 editCount)
        {
            TotalsPerDayItem totalsPerDayItem = new TotalsPerDayItem();

            totalsPerDayItem.Id        = id;
            totalsPerDayItem.Date      = date;
            totalsPerDayItem.NewCount  = newCount;
            totalsPerDayItem.EditCount = editCount;
            return(totalsPerDayItem);
        }
Beispiel #2
0
        /// <summary>
        /// Create a new TotalsPerDayItem object.
        /// </summary>
        /// <param name="date">Initial value of the Date property.</param>
        /// <param name="newCount">Initial value of the NewCount property.</param>
        /// <param name="editCount">Initial value of the EditCount property.</param>
        /// <param name="summaryId">Initial value of the SummaryId property.</param>
        public static TotalsPerDayItem CreateTotalsPerDayItem(global::System.DateTime date, global::System.Int32 newCount, global::System.Int32 editCount, global::System.Guid summaryId)
        {
            TotalsPerDayItem totalsPerDayItem = new TotalsPerDayItem();

            totalsPerDayItem.Date      = date;
            totalsPerDayItem.NewCount  = newCount;
            totalsPerDayItem.EditCount = editCount;
            totalsPerDayItem.SummaryId = summaryId;
            return(totalsPerDayItem);
        }
Beispiel #3
0
 /// <summary>
 /// Méthode déconseillée pour ajouter un nouvel objet à l'EntitySet TotalsPerDayItemSet. Utilisez la méthode .Add de la propriété ObjectSet&lt;T&gt; associée à la place.
 /// </summary>
 public void AddToTotalsPerDayItemSet(TotalsPerDayItem totalsPerDayItem)
 {
     base.AddObject("TotalsPerDayItemSet", totalsPerDayItem);
 }
 partial void DeleteTotalsPerDayItem(TotalsPerDayItem instance);
 partial void UpdateTotalsPerDayItem(TotalsPerDayItem instance);
 partial void InsertTotalsPerDayItem(TotalsPerDayItem instance);
 /// <summary>
 /// Create a new TotalsPerDayItem object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="date">Initial value of the Date property.</param>
 /// <param name="newCount">Initial value of the NewCount property.</param>
 /// <param name="editCount">Initial value of the EditCount property.</param>
 public static TotalsPerDayItem CreateTotalsPerDayItem(global::System.Int32 id, global::System.DateTime date, global::System.Int32 newCount, global::System.Int32 editCount)
 {
     TotalsPerDayItem totalsPerDayItem = new TotalsPerDayItem();
     totalsPerDayItem.Id = id;
     totalsPerDayItem.Date = date;
     totalsPerDayItem.NewCount = newCount;
     totalsPerDayItem.EditCount = editCount;
     return totalsPerDayItem;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the TotalsPerDayItemSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTotalsPerDayItemSet(TotalsPerDayItem totalsPerDayItem)
 {
     base.AddObject("TotalsPerDayItemSet", totalsPerDayItem);
 }
 /// <summary>
 /// Create a new TotalsPerDayItem object.
 /// </summary>
 /// <param name="date">Initial value of the Date property.</param>
 /// <param name="newCount">Initial value of the NewCount property.</param>
 /// <param name="editCount">Initial value of the EditCount property.</param>
 /// <param name="summaryId">Initial value of the SummaryId property.</param>
 public static TotalsPerDayItem CreateTotalsPerDayItem(global::System.DateTime date, global::System.Int32 newCount, global::System.Int32 editCount, global::System.Guid summaryId)
 {
     TotalsPerDayItem totalsPerDayItem = new TotalsPerDayItem();
     totalsPerDayItem.Date = date;
     totalsPerDayItem.NewCount = newCount;
     totalsPerDayItem.EditCount = editCount;
     totalsPerDayItem.SummaryId = summaryId;
     return totalsPerDayItem;
 }
 partial void DeleteTotalsPerDayItem(TotalsPerDayItem instance);
 partial void UpdateTotalsPerDayItem(TotalsPerDayItem instance);
 partial void InsertTotalsPerDayItem(TotalsPerDayItem instance);