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.
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ClassificationIndexEntry : NotificationObject
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 |