Class DataCollectionItem
Represents a description of an aspect of the data collection process.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class DataCollectionItem : IdentifiableBase, IIdentifiable
Constructors
DataCollectionItem()
Initializes a new instance of the DataCollectionItem class.
Declaration
public DataCollectionItem()
Properties
CodedType
Gets or sets a value indicating the type of data being collected. This value may come from a controlled vocabulary.
Declaration
public CodeValue CodedType { get; set; }
Property Value
Type | Description |
---|---|
CodeValue |
Description
Gets the description.
Declaration
public virtual MultilingualString Description { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
DisplayLabel
Gets the display label.
Declaration
public string DisplayLabel { get; }
Property Value
Type | Description |
---|---|
System.String |
HasValue
Gets a value indicating whether the object has any content.
Declaration
public bool HasValue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|