Class
FieldDescriptorNamePairCollection

This collection contains pairs of field descriptor names.

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

cs-api-definition
public class FieldDescriptorNamePairCollection : ObservableCollection<FieldDescriptorNamePair>, IList<FieldDescriptorNamePair>, ICollection<FieldDescriptorNamePair>, IList, ICollection, IReadOnlyList<FieldDescriptorNamePair>, IReadOnlyCollection<FieldDescriptorNamePair>, IEnumerable<FieldDescriptorNamePair>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<FieldDescriptorNamePair>ObservableCollection<FieldDescriptorNamePair>FieldDescriptorNamePairCollection

Implements: ICollectionICollection<FieldDescriptorNamePair>IEnumerableIEnumerable<FieldDescriptorNamePair>IListIList<FieldDescriptorNamePair>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<FieldDescriptorNamePair>IReadOnlyList<FieldDescriptorNamePair>

Inherited Members ObservableCollection<FieldDescriptorNamePair>.Move(int, int)ObservableCollection<FieldDescriptorNamePair>.ClearItems()ObservableCollection<FieldDescriptorNamePair>.RemoveItem(int)ObservableCollection<FieldDescriptorNamePair>.InsertItem(int, FieldDescriptorNamePair)ObservableCollection<FieldDescriptorNamePair>.SetItem(int, FieldDescriptorNamePair)ObservableCollection<FieldDescriptorNamePair>.MoveItem(int, int)ObservableCollection<FieldDescriptorNamePair>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<FieldDescriptorNamePair>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<FieldDescriptorNamePair>.BlockReentrancy()ObservableCollection<FieldDescriptorNamePair>.CheckReentrancy()ObservableCollection<FieldDescriptorNamePair>.CollectionChangedObservableCollection<FieldDescriptorNamePair>.PropertyChangedCollection<FieldDescriptorNamePair>.Add(FieldDescriptorNamePair)Collection<FieldDescriptorNamePair>.Clear()Collection<FieldDescriptorNamePair>.CopyTo(FieldDescriptorNamePair[], int)Collection<FieldDescriptorNamePair>.Contains(FieldDescriptorNamePair)Collection<FieldDescriptorNamePair>.GetEnumerator()Collection<FieldDescriptorNamePair>.IndexOf(FieldDescriptorNamePair)Collection<FieldDescriptorNamePair>.Insert(int, FieldDescriptorNamePair)Collection<FieldDescriptorNamePair>.Remove(FieldDescriptorNamePair)Collection<FieldDescriptorNamePair>.RemoveAt(int)Collection<FieldDescriptorNamePair>.CountCollection<FieldDescriptorNamePair>.ItemsCollection<FieldDescriptorNamePair>.this[int]

Constructors

FieldDescriptorNamePairCollection()

Declaration

cs-api-definition
public FieldDescriptorNamePairCollection()