RoleItemCollection<TParent,TItem> Class Members
See Also  Properties Methods 
SourceCode.Security.UserRoleManager.Management Namespace : RoleItemCollection<TParent,TItem> Class


Glossary Item Box

The following tables list the members exposed by RoleItemCollection<TParent,TItem>.

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property Item Overloaded.   
Top

Protected Properties

  Name Description
Protected Property InnerList (Inherited from System.Collections.CollectionBase)
Protected Property List (Inherited from System.Collections.CollectionBase)
Top

Public Methods

  Name Description
Public Method Add  
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method Insert  
Public Method Remove  
Public Method RemoveAt  
Top

Protected Methods

See Also