Example #1
0
 /// <summary>
 /// Create a new UserRoleLink object.
 /// </summary>
 /// <param name="idUserRole">Initial value of the idUserRole property.</param>
 public static UserRoleLink CreateUserRoleLink(global::System.Int32 idUserRole)
 {
     UserRoleLink userRoleLink = new UserRoleLink();
     userRoleLink.idUserRole = idUserRole;
     return userRoleLink;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the UserRoleLinks EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUserRoleLinks(UserRoleLink userRoleLink)
 {
     base.AddObject("UserRoleLinks", userRoleLink);
 }