Class UserGroupXLinkCollection

Collection for UserGroup.

System.Object
  EPS.Business.BusinessObjects.EntitySubItemCollection
    EPS.Business.BusinessObjects.EntityXlinkSubItemCollection
      EPS.Security.Users.UserGroupXLinkCollection

public class UserGroupXLinkCollection : EntityXlinkSubItemCollection

Class Members

MemberDescription
Constructor Constructor
Add Adds an item to the collection
public UserGroupBusinessItem Add();

public UserGroupBusinessItem Add( Guid targetItemId );

Contains Returns true if a given group is contained in the collection, and false if not.
public bool Contains( Guid permission );
GetItemObject Override the GetItemObject method
public virtual IEntitySubItemCollectionItem GetItemObject();
GetUserGroupMembershipBusinessItem Given the PK for a user group, this method retrieves the business item from the x-link table (UsersAndUserGroupsXLink.PK).
public UserGroupBusinessItem GetUserGroupMembershipBusinessItem( Guid userGroupTypeId );
GetUserGroupMembershipId Given the PK for a user group, this method retrieves the PK from the x-link table (UsersAndUserGroupsXLink.PK).
public Guid GetUserGroupMembershipId( Guid userGroupTypeId );
Item

Requirements

Namespace: EPS.Security.Users
Assembly: SECURITYBUSINESSOBJECTS.DLL


  Last Updated: 5/23/2007 | © , 2007