Version 24.2 (latest)

MetadataPropertyValueStore Class Methods

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

Public Methods
 NameDescription
Public MethodAddStores the specified entry's Value using the entry's Key as the key.  
Public MethodGetEnumeratorReturns the enumerator to enumerate values of the store.  
Protected Methods
 NameDescription
Protected MethodGetValueGets the value associated with the specified key.  
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnPropertyChangedOverridden. Called when property changed event is raised. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodSetField<T>Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
Protected MethodSetValueSets the specified value for the speicifed key.  
See Also