Show / Hide Table of Contents

Class CollectionEvent

Represents information about a data collection event.

Inheritance
Object
NotificationObject
IdentifiableBase
CollectionEvent
Implements
INotifyPropertyChanged
IIdentifiable
Inherited Members
IdentifiableBase.DefaultAgencyId
IdentifiableBase.AgencyId
IdentifiableBase.Identifier
IdentifiableBase.UserIds
IdentifiableBase.GetUserIdValue(String)
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
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 CollectionEvent : IdentifiableBase, INotifyPropertyChanged, 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
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 String that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
String

A String that represents this instance.

Overrides
Object.ToString()

Implements

System.ComponentModel.INotifyPropertyChanged
IIdentifiable
In This Article
Back to top Generated by DocFX