Class
IndicatorValueMappingCollection

Holds the list of IndicatorValueMapping items that constitute the data mappings for a indicator's value source.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class IndicatorValueMappingCollection : RadObservableCollection<IndicatorValueMapping>, IList<IndicatorValueMapping>, ICollection<IndicatorValueMapping>, IList, ICollection, IReadOnlyList<IndicatorValueMapping>, IReadOnlyCollection<IndicatorValueMapping>, IEnumerable<IndicatorValueMapping>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISuspendNotifications

Inheritance: objectCollection<IndicatorValueMapping>ObservableCollection<IndicatorValueMapping>RadObservableCollection<IndicatorValueMapping>IndicatorValueMappingCollection

Implements: ICollectionICollection<IndicatorValueMapping>IEnumerableIEnumerable<IndicatorValueMapping>IListIList<IndicatorValueMapping>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<IndicatorValueMapping>IReadOnlyList<IndicatorValueMapping>ISuspendNotifications

Inherited Members RadObservableCollection<IndicatorValueMapping>.AddRange(IEnumerable<IndicatorValueMapping>)RadObservableCollection<IndicatorValueMapping>.InsertRange(IEnumerable<IndicatorValueMapping>, int)RadObservableCollection<IndicatorValueMapping>.RemoveRange(IEnumerable<IndicatorValueMapping>)RadObservableCollection<IndicatorValueMapping>.Reset()RadObservableCollection<IndicatorValueMapping>.OnCollectionChanged(NotifyCollectionChangedEventArgs)RadObservableCollection<IndicatorValueMapping>.OnPropertyChanged(PropertyChangedEventArgs)RadObservableCollection<IndicatorValueMapping>.OnCollectionChanging(CollectionChangingEventArgs)RadObservableCollection<IndicatorValueMapping>.InsertItem(int, IndicatorValueMapping)RadObservableCollection<IndicatorValueMapping>.RemoveItem(int)RadObservableCollection<IndicatorValueMapping>.ClearItems()RadObservableCollection<IndicatorValueMapping>.SuspendNotifications()RadObservableCollection<IndicatorValueMapping>.ResumeNotifications()RadObservableCollection<IndicatorValueMapping>.RaiseCollectionChangedOnResume()RadObservableCollection<IndicatorValueMapping>.IsDirtyRadObservableCollection<IndicatorValueMapping>.ShouldResetOnResumeNotificationsRadObservableCollection<IndicatorValueMapping>.NotificationsSuspendedRadObservableCollection<IndicatorValueMapping>.AddedItemsRadObservableCollection<IndicatorValueMapping>.RemovedItemsRadObservableCollection<IndicatorValueMapping>.CollectionChangingRadObservableCollection<IndicatorValueMapping>.PropertyChangedObservableCollection<IndicatorValueMapping>.Move(int, int)ObservableCollection<IndicatorValueMapping>.SetItem(int, IndicatorValueMapping)ObservableCollection<IndicatorValueMapping>.MoveItem(int, int)ObservableCollection<IndicatorValueMapping>.BlockReentrancy()ObservableCollection<IndicatorValueMapping>.CheckReentrancy()ObservableCollection<IndicatorValueMapping>.CollectionChangedCollection<IndicatorValueMapping>.Add(IndicatorValueMapping)Collection<IndicatorValueMapping>.Clear()Collection<IndicatorValueMapping>.CopyTo(IndicatorValueMapping[], int)Collection<IndicatorValueMapping>.Contains(IndicatorValueMapping)Collection<IndicatorValueMapping>.GetEnumerator()Collection<IndicatorValueMapping>.IndexOf(IndicatorValueMapping)Collection<IndicatorValueMapping>.Insert(int, IndicatorValueMapping)Collection<IndicatorValueMapping>.Remove(IndicatorValueMapping)Collection<IndicatorValueMapping>.RemoveAt(int)Collection<IndicatorValueMapping>.CountCollection<IndicatorValueMapping>.ItemsCollection<IndicatorValueMapping>.this[int]

Constructors

IndicatorValueMappingCollection()

Declaration

cs-api-definition
public IndicatorValueMappingCollection()