Version

SubObjectBase Class Members

The following tables list the members exposed by SubObjectBase.

Protected Fields
 NameDescription
Protected FieldTagSerializationNameDefault name used to serialize the Tag property value  
Protected FieldtagValueThe tag property can be used to logically attach another object or value to this object.  
Public Properties
 NameDescription
Public PropertyDisposedReturns true if the object has already been disposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyTagThe tag property can be used to logically attach another object or value to this object.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandlerReturns the event handler that notifies OnSubObjectPropChanged  
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeCalled to Dispose the object (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded. Notifies any listeners when the state of an object has changed  
Public MethodShouldSerializeTagReturns true if the tag value is a string or a primitive type.  
Public MethodVerifyNotDisposedWill throw an ObjectDisposedException exception if the object has been disposed of. (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded. Deserializes the tag value from the specified entry  
Protected MethodInitializeTagProtected method for initializing the Tag property without generating a property change notification.  
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden.   
Protected MethodOnObjectPropChangedCalled when a property of this object or another sub object that we are listening to notifies us that one of its properties has changed.  
Protected MethodOnSubObjectPropChangedCalled when another sub object that we are listening to notifies us that one of its properties has changed.  
Protected MethodResetTagSets the tag value to null  
Protected MethodSerializeTagOverloaded. Serializes the Tag property's value into the specified serialization info object.  
Public Events
 NameDescription
Public EventSubObjectDisposedFired when this object is disposed  
Public EventSubObjectPropChangedFired when a property is changed on this object or any of its sub objects  
See Also