Show / Hide Table of Contents

Class SeriesStatement

Represents detailed information about a series of statistical activities.

Inheritance
object
NotificationObject
SeriesStatement
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

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

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()
Overrides
NotificationObject.WatchProperties()

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX