GroupsCollection Class |
Namespace: DataPAServerSecurity
[SerializableAttribute] public class GroupsCollection : _GroupsCollection, IEnumerable, IEnumerator, ISerializable
The GroupsCollection type exposes the following members.
Name | Description | |
---|---|---|
GroupsCollection |
Creates and returns a new GroupsCollection object.
| |
GroupsCollection(ServerSecurity) |
Gets and sets the parent of this object.
|
Name | Description | |
---|---|---|
Add |
Adds a Group to this collection.
| |
Contains |
Returns a value that indicates if an object with the ID exists in the collection.
| |
ContainsGroupName |
Returns a value that indicates if an object with the Group Name exists in the collection.
| |
GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
| |
GetObjectData | ||
MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
| |
ReBuild |
Rebuilds the collection using the order specified in the IDs array.
| |
Remove(Int32) |
Removes a Group from this collection.
| |
Remove(String) |
Removes a Group from this collection.
| |
Reset |
Implements System.Collections.IEnumerator.Reset.
|
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
AdminGroup |
Gets the default admin group for this groups collection.
| |
Count |
Gets the number of Group objects in this collection.
| |
Current |
Implements System.Collections.IEnumerator.Current.
| |
DefaultGroup |
Gets the default group for this groups collection.
| |
ItemInt32 |
Gets and sets a Group in this collection.
| |
ItemString |
Gets and sets a Group in this collection.
| |
ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
Parent |
Gets and sets the parent of this object.
|