Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the smu_Medal EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTosmu_Medal(smu_Medal smu_Medal)
 {
     base.AddObject("smu_Medal", smu_Medal);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new smu_Medal object.
 /// </summary>
 /// <param name="medalId">Initial value of the MedalId property.</param>
 /// <param name="medalName">Initial value of the MedalName property.</param>
 /// <param name="medalDescription">Initial value of the MedalDescription property.</param>
 public static smu_Medal Createsmu_Medal(global::System.Int32 medalId, global::System.String medalName, global::System.String medalDescription)
 {
     smu_Medal smu_Medal = new smu_Medal();
     smu_Medal.MedalId = medalId;
     smu_Medal.MedalName = medalName;
     smu_Medal.MedalDescription = medalDescription;
     return smu_Medal;
 }