Visual Guard Class Library Documentation

VGRoleCollection Members

VGRoleCollection overview

Public Instance Constructors

VGRoleCollection Constructor Creates a new, empty role collection.

Public Instance Properties

Count Gets the number of role objects in the collection.
IsSynchronized Gets a value indicating whether the role collection is thread safe.
ItemOverloaded. Gets the role in the collection referenced by the specified repository id.
SyncRoot Gets the synchronization root.

Public Instance Methods

Add Adds the specified role to the collection.
Clear Removes all role objects from the collection.
CopyTo Copies the role collection to a one-dimensional array.
GetEnumerator Gets an enumerator that can iterate through the role collection.
GetSortedList Returns a sorted collection using the specified VGRoleComparer object.
Remove Removes the role object with the specified repository id from the collection.
SetReadOnly Makes the contents of the role collection read-only.

See Also

VGRoleCollection Class | Novalys.VisualGuard.Security.Membership Namespace