The following tables list the members exposed by KeyedSubObjectBase.
Name | Description | |
---|---|---|
tagValue | The tag property can be used to logically attach another object or value to this object. (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
Disposed | Returns true if the object has already been disposed (Inherited from Infragistics.Shared.DisposableObject) | |
Key | The Key of the item in its collection. | |
Tag | The tag property can be used to logically attach another object or value to this object. (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
KeyLowercaseInterned | Returns the interned lowercase key used during key comparisons. | |
PrimaryCollection | The primary collection that owns this object | |
SubObjectPropChangeHandler | Returns the event handler that notifies OnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Called to Dispose the object (Inherited from Infragistics.Shared.DisposableObject) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. Notifies any listeners when the state of an object has changed (Inherited from Infragistics.Shared.SubObjectBase) | |
ResetKey | Sets the key back to null | |
ShouldSerializeKey | Returns true if the key needs to be serialized (not null ) | |
ShouldSerializeTag | Returns true if the tag value is a string or a primitive type. (Inherited from Infragistics.Shared.SubObjectBase) | |
VerifyNotDisposed | Will throw an ObjectDisposedException exception if the object has been disposed of. (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
DeserializeTag | Overloaded. Deserializes the tag value from the specified entry (Inherited from Infragistics.Shared.SubObjectBase) | |
InitializeTag | Protected method for initializing the SubObjectBase.Tag property without generating a property change notification. (Inherited from Infragistics.Shared.SubObjectBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnAddedToCollection | Called 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 | |
OnDispose | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnObjectPropChanged | Called when a property of this object or another sub object that we are listening to notifies us that one of its properties has changed. (Inherited from Infragistics.Shared.SubObjectBase) | |
OnRemovedFromCollection | Called when this object is being removed from the passed in collection. The default implementation nulls out the primaryCollection if the passed in collection matches | |
OnSubObjectPropChanged | Called when another sub object that we are listening to notifies us that one of its properties has changed. (Inherited from Infragistics.Shared.SubObjectBase) | |
ResetInternedKey | Clears the stored interned copy of the key. | |
ResetTag | Sets the tag value to null (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. Serializes the SubObjectBase.Tag property's value into the specified serialization info object. (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
SubObjectDisposed | Fired when this object is disposed (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | Fired when a property is changed on this object or any of its sub objects (Inherited from Infragistics.Shared.SubObjectBase) |