Class CodeCollection
Represents a collection of Code objects.
Implements
Inherited Members
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)
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