Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the HoloDiskHackings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHoloDiskHackings(HoloDiskHacking holoDiskHacking)
 {
     base.AddObject("HoloDiskHackings", holoDiskHacking);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new HoloDiskHacking object.
 /// </summary>
 /// <param name="progressivoDisco">Initial value of the ProgressivoDisco property.</param>
 /// <param name="numeroPGHacker">Initial value of the NumeroPGHacker property.</param>
 /// <param name="numeroTentativo">Initial value of the NumeroTentativo property.</param>
 public static HoloDiskHacking CreateHoloDiskHacking(global::System.Int64 progressivoDisco, global::System.Int64 numeroPGHacker, global::System.Int64 numeroTentativo)
 {
     HoloDiskHacking holoDiskHacking = new HoloDiskHacking();
     holoDiskHacking.ProgressivoDisco = progressivoDisco;
     holoDiskHacking.NumeroPGHacker = numeroPGHacker;
     holoDiskHacking.NumeroTentativo = numeroTentativo;
     return holoDiskHacking;
 }