Class TemporalCoverage
Provides information to describe the time period covered by a study.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class TemporalCoverage : IdentifiableBase, IIdentifiable
Constructors
TemporalCoverage()
Initializes a new instance of the TemporalCoverage class.
Declaration
public TemporalCoverage()
Properties
Dates
Gets a collection of the dates being described.
Declaration
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 |
---|---|
System.Boolean |
|
Methods
ToString()
Returns a
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A |