Show / Hide Table of Contents

Class TemporalCoverage

Provides information to describe the time period covered by a study.

Inheritance
System.Object
NotificationObject
IdentifiableBase
TemporalCoverage
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 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

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

Methods

ToString()

Returns a that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A that represents this instance.

Extension Methods

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