Class SeriesStatement
Represents detailed information about a series of statistical activities.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class SeriesStatement : NotificationObject
Constructors
SeriesStatement()
Initializes a new instance of the SeriesStatement class.
Declaration
public SeriesStatement()
Properties
Abbreviations
Gets a collection of abbreviations for the series.
Declaration
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
public string AbbreviationsString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Gets a description of the series.
Declaration
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 |
---|---|
System.Boolean |
|
SeriesName
Gets the name of the series.
Declaration
public MultilingualString SeriesName { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
SeriesRepositoryLocation
Gets the URL where the information about the series can be found.
Declaration
public Uri SeriesRepositoryLocation { get; set; }
Property Value
Type | Description |
---|---|
Uri |