Beispiel #1
0
 /// <summary>
 /// Create a new score object.
 /// </summary>
 /// <param name="alarm_id">Initial value of the alarm_id property.</param>
 public static score Createscore(global::System.String alarm_id)
 {
     score score = new score();
     score.alarm_id = alarm_id;
     return score;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the scores EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToscores(score score)
 {
     base.AddObject("scores", score);
 }