Exemple #1
0
 ///<summary>Sets the value of the <c>&lt;RoleScopeList&gt;</c> element.</summary>
 /// <param name="RoleScope">A RoleScope</param>
 ///<remarks>
 /// <para>This form of <c>setRoleScopeList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>RoleScopeList</c></para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetRoleScopeList( RoleScope RoleScope )
 {
     RemoveChild( SystemDTD.ROLE_ROLESCOPELIST);
     AddChild( SystemDTD.ROLE_ROLESCOPELIST, new RoleScopeList( RoleScope ) );
 }
Exemple #2
0
 ///<summary>Sets the value of the <c>&lt;RoleScopeList&gt;</c> element.</summary>
 /// <param name="RoleScope">A RoleScope</param>
 ///<remarks>
 /// <para>This form of <c>setRoleScopeList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>RoleScopeList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetRoleScopeList(RoleScope RoleScope)
 {
     RemoveChild(SystemDTD.ROLE_ROLESCOPELIST);
     AddChild(SystemDTD.ROLE_ROLESCOPELIST, new RoleScopeList(RoleScope));
 }