Ejemplo n.º 1
0
 /// <summary>
 /// Create a new Soccer_MatchOdds object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="matchID">Initial value of the MatchID property.</param>
 /// <param name="homePrice">Initial value of the HomePrice property.</param>
 /// <param name="awayPrice">Initial value of the AwayPrice property.</param>
 /// <param name="drawPrice">Initial value of the DrawPrice property.</param>
 /// <param name="period">Initial value of the Period property.</param>
 /// <param name="xMLFeedsFile">Initial value of the XMLFeedsFile property.</param>
 /// <param name="entrants">Initial value of the Entrants property.</param>
 public static Soccer_MatchOdds CreateSoccer_MatchOdds(global::System.Int64 id, global::System.Int64 matchID, global::System.Decimal homePrice, global::System.Decimal awayPrice, global::System.Decimal drawPrice, global::System.Byte period, global::System.String xMLFeedsFile, global::System.Int16 entrants)
 {
     Soccer_MatchOdds soccer_MatchOdds = new Soccer_MatchOdds();
     soccer_MatchOdds.ID = id;
     soccer_MatchOdds.MatchID = matchID;
     soccer_MatchOdds.HomePrice = homePrice;
     soccer_MatchOdds.AwayPrice = awayPrice;
     soccer_MatchOdds.DrawPrice = drawPrice;
     soccer_MatchOdds.Period = period;
     soccer_MatchOdds.XMLFeedsFile = xMLFeedsFile;
     soccer_MatchOdds.Entrants = entrants;
     return soccer_MatchOdds;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Soccer_MatchOdds EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSoccer_MatchOdds(Soccer_MatchOdds soccer_MatchOdds)
 {
     base.AddObject("Soccer_MatchOdds", soccer_MatchOdds);
 }