Version

EnumerableObjectWrapper Class Members

The following tables list the members exposed by EnumerableObjectWrapper.

Public Constructors
 NameDescription
Public ConstructorEnumerableObjectWrapper ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyItemsReturns the underlying list of items (read-only).  
Public PropertyNameGets/sets the name of the wrapped list of items.  
Protected Properties
 NameDescription
Protected PropertyHasListenersGets whether there are any listeners for the Infragistics.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodEqualsReturns true if the passed in object is equal  
Public MethodGetHashCodeCaclulates a value used for hashing  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChangedUsed to raise the Infragistics.PropertyChangeNotifier.PropertyChanged event for the specified property name. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.PropertyChangeNotifier)
See Also