Class ClassificationMap
A Map is an expression of the relation between a Classification Item in a source Statistical Classification and a corresponding Classification Item in the target Statistical Classification. The Map should specify whether the relationship between the two Classification Items is partial or complete. Depending on the relationship type of the Correspondence Table, there may be several Maps for a single source or target Classification Item.
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ClassificationMap : NotificationObject
Properties
IsComplete
Specifies whether the relationship between the two Classification Items is partial or complete.
Declaration
public bool IsComplete { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SourceItem
The source item refers to the Classification Item in the source Statistical Classification.
Declaration
public ClassificationItem SourceItem { get; set; }
Property Value
Type | Description |
---|---|
ClassificationItem |
TargetItem
The target item refers to the Classification Item in the target Statistical Classification.
Declaration
public ClassificationItem TargetItem { get; set; }
Property Value
Type | Description |
---|---|
ClassificationItem |
ValidFrom
Date from which the Map became valid. The date must be defined if the Map belongs to a floating Correspondence Table.
Declaration
public Date ValidFrom { get; set; }
Property Value
Type | Description |
---|---|
Date |
ValidTo
Date at which the Map became invalid. The date must be defined if the Map belongs to a floating Correspondence Table and is no longer valid.
Declaration
public Date ValidTo { get; set; }
Property Value
Type | Description |
---|---|
Date |