| Member | Description |
|---|---|
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 |