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.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(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
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
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
Boolean

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

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

Implements

System.ComponentModel.INotifyPropertyChanged
In This Article
Back to top Generated by DocFX