예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BadgesDefaults EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBadgesDefaults(BadgesDefault badgesDefault)
 {
     base.AddObject("BadgesDefaults", badgesDefault);
 }
예제 #2
0
 public ListBoxBadgeDefault(BadgesDefault obj)
 {
     Model = obj;
     isSelected = false;
 }
예제 #3
0
 /// <summary>
 /// Create a new BadgesDefault object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="badgeTypeId">Initial value of the BadgeTypeId property.</param>
 /// <param name="rankId">Initial value of the RankId property.</param>
 public static BadgesDefault CreateBadgesDefault(global::System.Guid id, global::System.Guid badgeTypeId, global::System.Guid rankId)
 {
     BadgesDefault badgesDefault = new BadgesDefault();
     badgesDefault.Id = id;
     badgesDefault.BadgeTypeId = badgeTypeId;
     badgesDefault.RankId = rankId;
     return badgesDefault;
 }