Esempio n. 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(Roles roles)
 {
     base.AddObject("Roles", roles);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new Roles object.
 /// </summary>
 /// <param name="applicationId">Initial value of the ApplicationId property.</param>
 /// <param name="roleId">Initial value of the RoleId property.</param>
 /// <param name="roleName">Initial value of the RoleName property.</param>
 public static Roles CreateRoles(global::System.Guid applicationId, global::System.Guid roleId, global::System.String roleName)
 {
     Roles roles = new Roles();
     roles.ApplicationId = applicationId;
     roles.RoleId = roleId;
     roles.RoleName = roleName;
     return roles;
 }