ReadOnlyContainerCollectionBase<TParent,TItem> Class Members
See Also  Properties Methods 
SourceCode.SmartObjects.Client.BaseClasses Namespace : ReadOnlyContainerCollectionBase<TParent,TItem> Class


Glossary Item Box

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

Public Properties

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

Protected Properties

  Name Description
Protected Property InnerList (Inherited from System.Collections.ReadOnlyCollectionBase)
Protected Property Parent  
Top

Public Methods

  Name Description
Public Method Contains  
Public Method Dispose Overloaded.   
Public Method GetEnumerator (Inherited from System.Collections.ReadOnlyCollectionBase)
Public Method IndexOf Overloaded.   
Top

Protected Methods

  Name Description
Protected Method Add  
Protected Method GetItemIndexByName  
Protected Method Remove  
Protected Method RemoveAt  
Top

See Also