Show / Hide Table of Contents

Class MissingRepresentationCollection

Represents a collection of ResponseDomains that represent missing values. Only TextDomain, CodeDomain, and NumericDomain are allowed.

Inheritance
Object
Collection<ResponseDomain>
ObservableCollection<ResponseDomain>
MissingRepresentationCollection
Implements
IList<ResponseDomain>
ICollection<ResponseDomain>
IList
ICollection
IReadOnlyList<ResponseDomain>
IReadOnlyCollection<ResponseDomain>
IEnumerable<ResponseDomain>
IEnumerable
INotifyCollectionChanged
INotifyPropertyChanged
Inherited Members
ObservableCollection<ResponseDomain>.Move(Int32, Int32)
ObservableCollection<ResponseDomain>.ClearItems()
ObservableCollection<ResponseDomain>.RemoveItem(Int32)
ObservableCollection<ResponseDomain>.MoveItem(Int32, Int32)
ObservableCollection<ResponseDomain>.OnPropertyChanged(PropertyChangedEventArgs)
ObservableCollection<ResponseDomain>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
ObservableCollection<ResponseDomain>.BlockReentrancy()
ObservableCollection<ResponseDomain>.CheckReentrancy()
ObservableCollection<ResponseDomain>.INotifyPropertyChanged.PropertyChanged
ObservableCollection<ResponseDomain>.CollectionChanged
ObservableCollection<ResponseDomain>.PropertyChanged
Collection<ResponseDomain>.Add(ResponseDomain)
Collection<ResponseDomain>.Clear()
Collection<ResponseDomain>.CopyTo(ResponseDomain[], Int32)
Collection<ResponseDomain>.Contains(ResponseDomain)
Collection<ResponseDomain>.GetEnumerator()
Collection<ResponseDomain>.IndexOf(ResponseDomain)
Collection<ResponseDomain>.Insert(Int32, ResponseDomain)
Collection<ResponseDomain>.Remove(ResponseDomain)
Collection<ResponseDomain>.RemoveAt(Int32)
Collection<ResponseDomain>.IEnumerable.GetEnumerator()
Collection<ResponseDomain>.ICollection.CopyTo(Array, Int32)
System.Collections.ObjectModel.Collection<Algenta.Colectica.Model.Ddi.ResponseDomain>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Algenta.Colectica.Model.Ddi.ResponseDomain>.System.Collections.IList.set_Item(System.Int32, System.Object)
Collection<ResponseDomain>.IList.Add(Object)
Collection<ResponseDomain>.IList.Contains(Object)
Collection<ResponseDomain>.IList.IndexOf(Object)
Collection<ResponseDomain>.IList.Insert(Int32, Object)
Collection<ResponseDomain>.IList.Remove(Object)
Collection<ResponseDomain>.Count
Collection<ResponseDomain>.Items
Collection<ResponseDomain>.Item[Int32]
Collection<ResponseDomain>.ICollection<ResponseDomain>.IsReadOnly
Collection<ResponseDomain>.ICollection.IsSynchronized
Collection<ResponseDomain>.ICollection.SyncRoot
Collection<ResponseDomain>.IList.Item[Int32]
Collection<ResponseDomain>.IList.IsReadOnly
Collection<ResponseDomain>.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 MissingRepresentationCollection : ObservableCollection<ResponseDomain>, IList<ResponseDomain>, ICollection<ResponseDomain>, IList, ICollection, IReadOnlyList<ResponseDomain>, IReadOnlyCollection<ResponseDomain>, IEnumerable<ResponseDomain>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Methods

InsertItem(Int32, ResponseDomain)

Inserts the item.

Declaration
protected override void InsertItem(int index, ResponseDomain item)
Parameters
Type Name Description
Int32 index

The index.

ResponseDomain item

The item.

Overrides
System.Collections.ObjectModel.ObservableCollection<Algenta.Colectica.Model.Ddi.ResponseDomain>.InsertItem(System.Int32, Algenta.Colectica.Model.Ddi.ResponseDomain)
Exceptions
Type Condition
InvalidOperationException

Missing value representations must be text, code, or numeric.

SetItem(Int32, ResponseDomain)

Sets the item.

Declaration
protected override void SetItem(int index, ResponseDomain item)
Parameters
Type Name Description
Int32 index

The index.

ResponseDomain item

The item.

Overrides
System.Collections.ObjectModel.ObservableCollection<Algenta.Colectica.Model.Ddi.ResponseDomain>.SetItem(System.Int32, Algenta.Colectica.Model.Ddi.ResponseDomain)
Exceptions
Type Condition
InvalidOperationException

Missing value representations must be text, code, or numeric.

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