Class TemporalCoverage
Provides information to describe the time period covered by a study.
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class TemporalCoverage : IdentifiableBase, INotifyPropertyChanged, IIdentifiable, IHasCustomFields
Constructors
TemporalCoverage()
Initializes a new instance of the TemporalCoverage class.
Declaration
public TemporalCoverage()
Properties
Dates
Gets a collection of the dates being described.
Declaration
[Display(GroupName = "Coverage:Temporal", Order = 350)]
public ObservableCollection<DateSpecification> Dates { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<DateSpecification> |
HasValue
Gets a value indicating whether the object has any content.
Declaration
public bool HasValue { get; }
Property Value
Type | Description |
---|---|
bool |
|
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
WatchProperties()
Watch for property changed events
Declaration
protected override void WatchProperties()