Show / Hide Table of Contents

Class CodeCollection

Represents a collection of Code objects.

Inheritance
Object
Collection<Code>
ObservableCollection<Code>
CodeCollection
Implements
IList<Code>
ICollection<Code>
IList
ICollection
IReadOnlyList<Code>
IReadOnlyCollection<Code>
IEnumerable<Code>
IEnumerable
INotifyCollectionChanged
INotifyPropertyChanged
Inherited Members
ObservableCollection<Code>.Move(Int32, Int32)
ObservableCollection<Code>.ClearItems()
ObservableCollection<Code>.RemoveItem(Int32)
ObservableCollection<Code>.InsertItem(Int32, Code)
ObservableCollection<Code>.SetItem(Int32, Code)
ObservableCollection<Code>.MoveItem(Int32, Int32)
ObservableCollection<Code>.OnPropertyChanged(PropertyChangedEventArgs)
ObservableCollection<Code>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
ObservableCollection<Code>.BlockReentrancy()
ObservableCollection<Code>.CheckReentrancy()
ObservableCollection<Code>.INotifyPropertyChanged.PropertyChanged
ObservableCollection<Code>.CollectionChanged
ObservableCollection<Code>.PropertyChanged
Collection<Code>.Add(Code)
Collection<Code>.Clear()
Collection<Code>.CopyTo(Code[], Int32)
Collection<Code>.Contains(Code)
Collection<Code>.GetEnumerator()
Collection<Code>.IndexOf(Code)
Collection<Code>.Insert(Int32, Code)
Collection<Code>.Remove(Code)
Collection<Code>.RemoveAt(Int32)
Collection<Code>.IEnumerable.GetEnumerator()
Collection<Code>.ICollection.CopyTo(Array, Int32)
System.Collections.ObjectModel.Collection<Algenta.Colectica.Model.Ddi.Code>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Algenta.Colectica.Model.Ddi.Code>.System.Collections.IList.set_Item(System.Int32, System.Object)
Collection<Code>.IList.Add(Object)
Collection<Code>.IList.Contains(Object)
Collection<Code>.IList.IndexOf(Object)
Collection<Code>.IList.Insert(Int32, Object)
Collection<Code>.IList.Remove(Object)
Collection<Code>.Count
Collection<Code>.Items
Collection<Code>.Item[Int32]
Collection<Code>.ICollection<Code>.IsReadOnly
Collection<Code>.ICollection.IsSynchronized
Collection<Code>.ICollection.SyncRoot
Collection<Code>.IList.Item[Int32]
Collection<Code>.IList.IsReadOnly
Collection<Code>.IList.IsFixedSize
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class CodeCollection : ObservableCollection<Code>, IList<Code>, ICollection<Code>, IList, ICollection, IReadOnlyList<Code>, IReadOnlyCollection<Code>, IEnumerable<Code>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.INotifyPropertyChanged
In This Article
Back to top Generated by DocFX