Class MethodologyItem
Describes an aspect of the methodology used to collect or process data.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class MethodologyItem : IdentifiableBase, IIdentifiable
Constructors
MethodologyItem()
Initializes a new instance of the MethodologyItem class.
Declaration
public MethodologyItem()
Properties
Description
Gets the description.
Declaration
public 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 |
|
TypeOfMethodology
The type of Methodology being described.
Declaration
public CodeValue TypeOfMethodology { get; set; }
Property Value
Type | Description |
---|---|
CodeValue |