/// <summary> /// Deprecated Method for adding a new object to the Istoric_Plante_Deces EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToIstoric_Plante_Deces(Istoric_Plante_Deces istoric_Plante_Deces) { base.AddObject("Istoric_Plante_Deces", istoric_Plante_Deces); }
/// <summary> /// Create a new Istoric_Plante_Deces object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="fK_Plante">Initial value of the FK_Plante property.</param> /// <param name="fK_Camp">Initial value of the FK_Camp property.</param> /// <param name="fK_Padure">Initial value of the FK_Padure property.</param> /// <param name="isFromPadure">Initial value of the IsFromPadure property.</param> /// <param name="data">Initial value of the Data property.</param> /// <param name="foc">Initial value of the Foc property.</param> /// <param name="taiate">Initial value of the Taiate property.</param> /// <param name="trasnite">Initial value of the Trasnite property.</param> /// <param name="numar">Initial value of the Numar property.</param> /// <param name="fK_User">Initial value of the FK_User property.</param> public static Istoric_Plante_Deces CreateIstoric_Plante_Deces(global::System.Int64 id, global::System.Byte fK_Plante, global::System.Int32 fK_Camp, global::System.Int32 fK_Padure, global::System.Boolean isFromPadure, global::System.DateTime data, global::System.Boolean foc, global::System.Boolean taiate, global::System.Boolean trasnite, global::System.Int16 numar, global::System.Int32 fK_User) { Istoric_Plante_Deces istoric_Plante_Deces = new Istoric_Plante_Deces(); istoric_Plante_Deces.ID = id; istoric_Plante_Deces.FK_Plante = fK_Plante; istoric_Plante_Deces.FK_Camp = fK_Camp; istoric_Plante_Deces.FK_Padure = fK_Padure; istoric_Plante_Deces.IsFromPadure = isFromPadure; istoric_Plante_Deces.Data = data; istoric_Plante_Deces.Foc = foc; istoric_Plante_Deces.Taiate = taiate; istoric_Plante_Deces.Trasnite = trasnite; istoric_Plante_Deces.Numar = numar; istoric_Plante_Deces.FK_User = fK_User; return istoric_Plante_Deces; }