| Member | Description |
|---|---|
Constructor |
Constructor |
Add |
Adds an item to the collection public GroupUserGroupsBusinessItem Add(); public GroupUserGroupsBusinessItem Add( Guid targetItemPK ); |
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(); |
Item |