Version

KeyedObjectBase Class Methods

For a list of all members of this type, see KeyedObjectBase members.

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