コード例 #1
0
ファイル: erd.Designer.cs プロジェクト: tigerss/Grow-Romania
 /// <summary>
 /// Deprecated Method for adding a new object to the Istoric_Animal_Deces EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIstoric_Animal_Deces(Istoric_Animal_Deces istoric_Animal_Deces)
 {
     base.AddObject("Istoric_Animal_Deces", istoric_Animal_Deces);
 }
コード例 #2
0
ファイル: erd.Designer.cs プロジェクト: tigerss/Grow-Romania
 /// <summary>
 /// Create a new Istoric_Animal_Deces object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="fK_Animale">Initial value of the FK_Animale 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="inundatie">Initial value of the Inundatie property.</param>
 /// <param name="mancat">Initial value of the Mancat property.</param>
 /// <param name="braconaj">Initial value of the Braconaj property.</param>
 /// <param name="vanat">Initial value of the Vanat property.</param>
 /// <param name="diverse">Initial value of the Diverse property.</param>
 /// <param name="numar">Initial value of the Numar property.</param>
 /// <param name="importanta">Initial value of the Importanta property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="fK_User">Initial value of the FK_User property.</param>
 public static Istoric_Animal_Deces CreateIstoric_Animal_Deces(global::System.Int64 id, global::System.Byte fK_Animale, 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 inundatie, global::System.Boolean mancat, global::System.Boolean braconaj, global::System.Boolean vanat, global::System.Boolean diverse, global::System.Int16 numar, global::System.Double importanta, global::System.String description, global::System.Int32 fK_User)
 {
     Istoric_Animal_Deces istoric_Animal_Deces = new Istoric_Animal_Deces();
     istoric_Animal_Deces.ID = id;
     istoric_Animal_Deces.FK_Animale = fK_Animale;
     istoric_Animal_Deces.FK_Camp = fK_Camp;
     istoric_Animal_Deces.FK_Padure = fK_Padure;
     istoric_Animal_Deces.IsFromPadure = isFromPadure;
     istoric_Animal_Deces.Data = data;
     istoric_Animal_Deces.Foc = foc;
     istoric_Animal_Deces.Inundatie = inundatie;
     istoric_Animal_Deces.Mancat = mancat;
     istoric_Animal_Deces.Braconaj = braconaj;
     istoric_Animal_Deces.Vanat = vanat;
     istoric_Animal_Deces.Diverse = diverse;
     istoric_Animal_Deces.Numar = numar;
     istoric_Animal_Deces.Importanta = importanta;
     istoric_Animal_Deces.Description = description;
     istoric_Animal_Deces.FK_User = fK_User;
     return istoric_Animal_Deces;
 }