Show / Hide Table of Contents

Class DataCollectionItem

Represents a description of an aspect of the data collection process.

Inheritance
System.Object
NotificationObject
IdentifiableBase
DataCollectionItem
Inherited Members
IdentifiableBase.DefaultAgencyId
IdentifiableBase.AgencyId
IdentifiableBase.Identifier
IdentifiableBase.UserIds
IdentifiableBase.GetUserIdValue(String)
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
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

true if the object has any content; otherwise, false.

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica