Show / Hide Table of Contents

Class TopicalCoverage

Provides information to describe the topical coverage of a study.

Inheritance
System.Object
NotificationObject
IdentifiableBase
TopicalCoverage
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 TopicalCoverage : IdentifiableBase, IIdentifiable

Constructors

TopicalCoverage()

Initializes a new instance of the TopicalCoverage class.

Declaration
public TopicalCoverage()

Properties

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.

Keywords

Gets a collection of keywords.

Declaration
public ObservableCollection<CodeValue> Keywords { get; }
Property Value
Type Description
ObservableCollection<CodeValue>

Subjects

Gets a collection of subjects that indicate the topical coverage.

Declaration
public ObservableCollection<CodeValue> Subjects { get; }
Property Value
Type Description
ObservableCollection<CodeValue>

Extension Methods

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