Show / Hide Table of Contents

Class ClassificationIndexEntry

A Classification Index Entry is a word or a short text (e.g. the name of a locality, an economic activity or an occupational title) describing a type of object/unit or object property to which a Classification Item applies, together with the code of the corresponding Classification Item. Each Classification Index Entry typically refers to one item of the Statistical Classification. Although a Classification Index Entry may be associated with a Classification Item at any Level of a Statistical Classification, Classification Index Entries are normally associated with Classification Items at the lowest Level.

Inheritance
object
NotificationObject
ClassificationIndexEntry
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 ClassificationIndexEntry : NotificationObject, INotifyPropertyChanged

Properties

CodesClassificationItem

The Classification Item with which the Classification Index Entry is associated.

Declaration
public ClassificationItem CodesClassificationItem { get; set; }
Property Value
Type Description
ClassificationItem

CodingInstructions

Additional information which drives the coding process. Required when coding is dependent upon one or many other factors.

Declaration
public MultilingualString CodingInstructions { get; }
Property Value
Type Description
MultilingualString

EntryText

Text describing the type of object/unit or object property.

Declaration
public MultilingualString EntryText { get; }
Property Value
Type Description
MultilingualString

ValidFrom

Date from which the Classification Index Entry became valid.

Declaration
public Date ValidFrom { get; set; }
Property Value
Type Description
Date

ValidTo

Date at which the Classification Index Entry became invalid.

Declaration
public Date ValidTo { get; set; }
Property Value
Type Description
Date

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