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(int, int)
ObservableCollection<ResponseDomain>.ClearItems()
ObservableCollection<ResponseDomain>.RemoveItem(int)
ObservableCollection<ResponseDomain>.MoveItem(int, int)
ObservableCollection<ResponseDomain>.OnPropertyChanged(PropertyChangedEventArgs)
ObservableCollection<ResponseDomain>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
ObservableCollection<ResponseDomain>.BlockReentrancy()
ObservableCollection<ResponseDomain>.CheckReentrancy()
ObservableCollection<ResponseDomain>.CollectionChanged
ObservableCollection<ResponseDomain>.PropertyChanged
Collection<ResponseDomain>.Add(ResponseDomain)
Collection<ResponseDomain>.Clear()
Collection<ResponseDomain>.CopyTo(ResponseDomain[], int)
Collection<ResponseDomain>.Contains(ResponseDomain)
Collection<ResponseDomain>.GetEnumerator()
Collection<ResponseDomain>.IndexOf(ResponseDomain)
Collection<ResponseDomain>.Insert(int, ResponseDomain)
Collection<ResponseDomain>.Remove(ResponseDomain)
Collection<ResponseDomain>.RemoveAt(int)
Collection<ResponseDomain>.Count
Collection<ResponseDomain>.Items
Collection<ResponseDomain>.this[int]
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(int, ResponseDomain)

Inserts the item.

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

The index.

ResponseDomain item

The item.

Overrides
ObservableCollection<ResponseDomain>.InsertItem(int, ResponseDomain)
Exceptions
Type Condition
InvalidOperationException

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

SetItem(int, ResponseDomain)

Sets the item.

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

The index.

ResponseDomain item

The item.

Overrides
ObservableCollection<ResponseDomain>.SetItem(int, ResponseDomain)
Exceptions
Type Condition
InvalidOperationException

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

Implements

IList<T>
ICollection<T>
IList
ICollection
IReadOnlyList<T>
IReadOnlyCollection<T>
IEnumerable<T>
IEnumerable
INotifyCollectionChanged
INotifyPropertyChanged
In this article
Back to top Generated by DocFX