Class CollectionEvent
Represents information about a data collection event.
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class CollectionEvent : IdentifiableBase, IIdentifiable
Constructors
CollectionEvent()
Initializes a new instance of the CollectionEvent class.
Declaration
public CollectionEvent()
Properties
ActionsToMinimizeLosses
Gets information any processed used to minimize data loss.
Declaration
public ObservableCollection<DataCollectionItem> ActionsToMinimizeLosses { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<DataCollectionItem> |
CollectionSituations
Gets information about the situations in which data were collected.
Declaration
public ObservableCollection<DataCollectionItem> CollectionSituations { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<DataCollectionItem> |
DataCollectionDate
Gets or sets the date or range of dates of the data collection.
Declaration
public DateSpecification DataCollectionDate { get; set; }
Property Value
Type | Description |
---|---|
DateSpecification |
DataCollectionFrequency
For repeated data collection events, gets or sets the frequency of repetition.
Declaration
public DataCollectionFrequency DataCollectionFrequency { get; set; }
Property Value
Type | Description |
---|---|
DataCollectionFrequency |
DataCollectorOrganizations
Gets or sets the organization that performed the data collection.
Declaration
public ObservableCollection<Organization> DataCollectorOrganizations { get; set; }
Property Value
Type | Description |
---|---|
ObservableCollection<Organization> |
DataSources
Gets a collection of data sources from which data were collected.
Declaration
public ObservableCollection<DataSource> DataSources { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<DataSource> |
DisplayLabel
Gets the display label.
Declaration
public string DisplayLabel { get; }
Property Value
Type | Description |
---|---|
System.String | The display label. |
Instruments
Gets a collection of instruments used to collect the data.
Declaration
public ObservableCollection<Instrument> Instruments { get; protected set; }
Property Value
Type | Description |
---|---|
ObservableCollection<Instrument> |
ModesOfCollection
Gets information about the modes with which data were collected.
Declaration
public ObservableCollection<DataCollectionItem> ModesOfCollection { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<DataCollectionItem> |
QualityStatements
Gets a collection of quality statements associated with this collection event.
Declaration
public ObservableCollection<QualityStatement> QualityStatements { get; protected set; }
Property Value
Type | Description |
---|---|
ObservableCollection<QualityStatement> |
Methods
ToString()
Returns a
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A |