Class SeriesStatement
Represents detailed information about a series of statistical activities.
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class SeriesStatement : NotificationObject, INotifyPropertyChanged
Constructors
SeriesStatement()
Initializes a new instance of the SeriesStatement class.
Declaration
public SeriesStatement()
Properties
Abbreviations
Gets a collection of abbreviations for the series.
Declaration
[Display(GroupName = "Series:Misc", Order = 540)]
public ObservableCollection<CodeValue> Abbreviations { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<CodeValue> |
AbbreviationsString
Gets or sets a string with all Abbreviations
, with each abbreviation separated by a newline character.
Declaration
[UIHint("hidden")]
public string AbbreviationsString { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Gets a description of the series.
Declaration
[Display(GroupName = "Series:Misc", Order = 530)]
public MultilingualString Description { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
HasValue
Gets a value indicating whether the object has any content.
Declaration
public bool HasValue { get; }
Property Value
Type | Description |
---|---|
bool |
|
SeriesName
Gets the name of the series.
Declaration
[Display(GroupName = "Series:Misc", Order = 520)]
public MultilingualString SeriesName { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
SeriesRepositoryLocation
Gets the URL where the information about the series can be found.
Declaration
[Display(GroupName = "Series:Misc", Order = 500)]
public Uri SeriesRepositoryLocation { get; set; }
Property Value
Type | Description |
---|---|
Uri |
Methods
WatchProperties()
Watch for property changed events
Declaration
protected override void WatchProperties()