Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Roles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRoles(Role role)
 {
     base.AddObject("Roles", role);
 }
Example #2
0
 /// <summary>
 /// Create a new Role object.
 /// </summary>
 /// <param name="roleid">Initial value of the Roleid property.</param>
 /// <param name="roletype">Initial value of the Roletype property.</param>
 public static Role CreateRole(global::System.Int32 roleid, global::System.String roletype)
 {
     Role role = new Role();
     role.Roleid = roleid;
     role.Roletype = roletype;
     return role;
 }