Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CookieSevkIrsaliyeDetay EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCookieSevkIrsaliyeDetay(CookieSevkIrsaliyeDetay cookieSevkIrsaliyeDetay)
 {
     base.AddObject("CookieSevkIrsaliyeDetay", cookieSevkIrsaliyeDetay);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new CookieSevkIrsaliyeDetay object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="isHurda">Initial value of the IsHurda property.</param>
 /// <param name="miktar">Initial value of the Miktar property.</param>
 public static CookieSevkIrsaliyeDetay CreateCookieSevkIrsaliyeDetay(global::System.Int32 id, global::System.Boolean isHurda, global::System.Decimal miktar)
 {
     CookieSevkIrsaliyeDetay cookieSevkIrsaliyeDetay = new CookieSevkIrsaliyeDetay();
     cookieSevkIrsaliyeDetay.Id = id;
     cookieSevkIrsaliyeDetay.IsHurda = isHurda;
     cookieSevkIrsaliyeDetay.Miktar = miktar;
     return cookieSevkIrsaliyeDetay;
 }