The following tables list the members exposed by MetadataPropertyValueStore.
Name | Description | |
---|---|---|
Item | Gets or sets the value. |
Name | Description | |
---|---|---|
HasListeners | Gets whether there are any listeners for the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
Add | Stores the specified entry's Value using the entry's Key as the key. | |
GetEnumerator | Returns the enumerator to enumerate values of the store. |
Name | Description | |
---|---|---|
GetValue | Gets the value associated with the specified key. | |
OnFirstListenerAdding | Virtual method called when the first listener is being added to the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifier) | |
OnHasListenersChanged | Virtual method called when the HasListeners property changes. (Inherited from Infragistics.Services.PropertyChangeNotifier) | |
OnPropertyChanged | Overridden. Called when property changed event is raised. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended) | |
RaisePropertyChangedEvent | Raises the PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier) | |
SetField<T> | Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended) | |
SetValue | Sets the specified value for the speicifed key. |
Name | Description | |
---|---|---|
PropertyChanged | Raised when a property has changed (Inherited from Infragistics.Services.PropertyChangeNotifier) |