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.  
Public MethodShouldSerializeKeyReturns true if the key needs to be serialized (not null).  
Protected Methods
 NameDescription
Protected MethodOnAddedToCollectionCalled when this object is being added to the supplied collection.  
Protected MethodOnRemovedFromCollectionCalled when this object is being removed from the supplied collection.  
See Also