示例#1
0
文件: Model1.cs 项目: matsmats/GitHub
 /// <summary>
 /// Deprecated Method for adding a new object to the smu_UserMedal EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTosmu_UserMedal(smu_UserMedal smu_UserMedal)
 {
     base.AddObject("smu_UserMedal", smu_UserMedal);
 }
示例#2
0
文件: Model1.cs 项目: matsmats/GitHub
 /// <summary>
 /// Create a new smu_UserMedal object.
 /// </summary>
 /// <param name="userMedalId">Initial value of the UserMedalId property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="medalId">Initial value of the MedalId property.</param>
 public static smu_UserMedal Createsmu_UserMedal(global::System.Int32 userMedalId, global::System.Int32 userId, global::System.Int32 medalId)
 {
     smu_UserMedal smu_UserMedal = new smu_UserMedal();
     smu_UserMedal.UserMedalId = userMedalId;
     smu_UserMedal.UserId = userId;
     smu_UserMedal.MedalId = medalId;
     return smu_UserMedal;
 }