Inheritance: System.Data.Objects.DataClasses.EntityObject
Ejemplo n.º 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);
        }
Ejemplo n.º 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);
        }
Ejemplo n.º 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);
 }
Ejemplo n.º 4
0
 partial void DeleteTotalsPerDayItem(TotalsPerDayItem instance);
Ejemplo n.º 5
0
 partial void UpdateTotalsPerDayItem(TotalsPerDayItem instance);
Ejemplo n.º 6
0
 partial void InsertTotalsPerDayItem(TotalsPerDayItem instance);
Ejemplo n.º 7
0
 /// <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;
 }
Ejemplo n.º 8
0
 /// <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);
 }
Ejemplo n.º 9
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;
 }
Ejemplo n.º 10
0
 partial void DeleteTotalsPerDayItem(TotalsPerDayItem instance);
Ejemplo n.º 11
0
 partial void UpdateTotalsPerDayItem(TotalsPerDayItem instance);
Ejemplo n.º 12
0
 partial void InsertTotalsPerDayItem(TotalsPerDayItem instance);