Esempio n. 1
0
 /// <summary>
 /// Create a new CompetitionNo object.
 /// </summary>
 /// <param name="competitionNo1">Initial value of the CompetitionNo1 property.</param>
 /// <param name="competitionNoValue">Initial value of the CompetitionNoValue property.</param>
 public static CompetitionNo CreateCompetitionNo(global::System.String competitionNo1, global::System.Double competitionNoValue)
 {
     CompetitionNo competitionNo = new CompetitionNo();
     competitionNo.CompetitionNo1 = competitionNo1;
     competitionNo.CompetitionNoValue = competitionNoValue;
     return competitionNo;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CompetitionNoes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCompetitionNoes(CompetitionNo competitionNo)
 {
     base.AddObject("CompetitionNoes", competitionNo);
 }