GroupsBase Constructor | Initializes a new instance of the GroupsBase class. |
Groups | Gets the Group objects associated with this object |
Add | Adds a new group to the groups |
CanAdd | Returns true if new Groups can be added |
CanDelete | Returns true is group at index can be deleted |
CanEdit | Returns true if the group at index can be edited |
Delete | Deletes group at index |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetActualType | Gets the actual type which is being stored by this object, in GroupsBase this is GroupBase |
GetGroup | Gets the group from the name |
GetGroupsForUser | |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetItemsClone | Gets a copy of all the group object in this collection |
GetType (inherited from Object) | Gets the Type of the current instance. |
Replace | Replace the Group at index with a new one |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
RefreshIfNecessary |