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.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 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

Implements

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