Class MissingRepresentationCollection
Represents a collection of ResponseDomains that represent missing values. Only TextDomain, CodeDomain, and NumericDomain are allowed.
Inheritance
System.Object
MissingRepresentationCollection
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class MissingRepresentationCollection : ObservableCollection<ResponseDomain>
Methods
InsertItem(Int32, ResponseDomain)
Inserts the item.
Declaration
protected override void InsertItem(int index, ResponseDomain item)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index. |
ResponseDomain | item | The item. |
SetItem(Int32, ResponseDomain)
Sets the item.
Declaration
protected override void SetItem(int index, ResponseDomain item)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index. |
ResponseDomain | item | The item. |