Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Istoric_Plante_Tranzact EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIstoric_Plante_Tranzact(Istoric_Plante_Tranzact istoric_Plante_Tranzact)
 {
     base.AddObject("Istoric_Plante_Tranzact", istoric_Plante_Tranzact);
 }
Exemple #2
0
 /// <summary>
 /// Create a new Istoric_Plante_Tranzact object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="fK_ID_Vanzator">Initial value of the FK_ID_Vanzator property.</param>
 /// <param name="fK_ID_Cumparator">Initial value of the FK_ID_Cumparator property.</param>
 /// <param name="fK_Plante">Initial value of the FK_Plante property.</param>
 /// <param name="mijlocTransport">Initial value of the MijlocTransport property.</param>
 /// <param name="data">Initial value of the Data property.</param>
 /// <param name="pret">Initial value of the Pret property.</param>
 /// <param name="numar">Initial value of the Numar property.</param>
 public static Istoric_Plante_Tranzact CreateIstoric_Plante_Tranzact(global::System.Int64 id, global::System.Int32 fK_ID_Vanzator, global::System.Int32 fK_ID_Cumparator, global::System.Byte fK_Plante, global::System.String mijlocTransport, global::System.DateTime data, global::System.Decimal pret, global::System.Int16 numar)
 {
     Istoric_Plante_Tranzact istoric_Plante_Tranzact = new Istoric_Plante_Tranzact();
     istoric_Plante_Tranzact.ID = id;
     istoric_Plante_Tranzact.FK_ID_Vanzator = fK_ID_Vanzator;
     istoric_Plante_Tranzact.FK_ID_Cumparator = fK_ID_Cumparator;
     istoric_Plante_Tranzact.FK_Plante = fK_Plante;
     istoric_Plante_Tranzact.MijlocTransport = mijlocTransport;
     istoric_Plante_Tranzact.Data = data;
     istoric_Plante_Tranzact.Pret = pret;
     istoric_Plante_Tranzact.Numar = numar;
     return istoric_Plante_Tranzact;
 }