Version

KeyedObjectBase Class Members

The following tables list the members exposed by KeyedObjectBase.

Public Properties
 NameDescription
Public PropertyKeyThe Key of the item in its collection  
Public Methods
 NameDescription
Public MethodResetKeySets the key back to null  
Protected Methods
 NameDescription
Protected MethodOnAddedToCollectionCalled when this object is being added to the passed in collection. The default implementation sets the internal primaryCollection reference if it hasn't already been set  
Protected MethodOnRemovedFromCollectionCalled when this object is being removed from the passed in collection. The default implementation nulls out the primaryCollection if the passed in collection matches  
See Also