Show / Hide Table of Contents

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.

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

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
bool

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

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