Show / Hide Table of Contents

Class StatisticalClassification

A Statistical Classification is a set of categories which may be assigned to one or more variables registered in statistical surveys or administrative files, and used in the production and dissemination of statistics. The categories at each level of the classification structure must be mutually exclusive and jointly exhaustive of all objects/units in the population of interest. The categories are defined with reference to one or more characteristics of a particular population of units of observation. A Statistical Classification may have a flat, linear structure or may be hierarchically structured, such that all categories at lower Levels are sub-categories of categories at the next Level up. Categories in Statistical Classifications are represented in the information model as Classification Items.

Inheritance
object
NotificationObject
IdentifiableBase
VersionableBase
DescribableBase
StatisticalClassification
Implements
INotifyPropertyChanged
IVersionable
IIdentifiable
IHasCustomFields
IDescribable
IVisitable
Inherited Members
DescribableBase.ItemName
DescribableBase.Label
DescribableBase.Description
DescribableBase.DisplayLabel
VersionableBase.Accept(IVersionableVisitor)
VersionableBase.IsDirty
VersionableBase.IsPublished
VersionableBase.ChildrenDereferenced
VersionableBase.IsPopulated
VersionableBase.Version
VersionableBase.VersionDate
VersionableBase.VersionResponsibility
VersionableBase.VersionRationale
VersionableBase.CompositeId
VersionableBase.OtherMaterials
VersionableBase.BasedOn
VersionableBase.SucceededBy
VersionableBase.Attachments
VersionableBase.ThumbnailImageUri
VersionableBase.BannerImageUri
VersionableBase.DisableChangeTracking
VersionableBase.RemoveChildHelper(IVersionable, params IList[])
VersionableBase.ChildTypesAccepted
VersionableBase.TryReplaceChild<T>(Func<T>, Action<T>, IdentifierTriple, IVersionable)
VersionableBase.ToString()
IdentifiableBase.DefaultAgencyId
IdentifiableBase.AgencyId
IdentifiableBase.Identifier
IdentifiableBase.UserIds
IdentifiableBase.CustomFields
IdentifiableBase.UserAttributes
IdentifiableBase.GetUserIdValue(string)
IdentifiableBase.RemoveChildHelper(IdentifierTriple, params IList[])
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.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 StatisticalClassification : DescribableBase, INotifyPropertyChanged, IVersionable, IIdentifiable, IHasCustomFields, IDescribable, IVisitable

Constructors

StatisticalClassification()

Initializes a new instance of the StatisticalClassification class.

Declaration
public StatisticalClassification()

Properties

ChangesFromPreceding

A summary description of the nature and content of changes from the preceding version or update.

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

ContactPerson

Person(s) who may be contacted for additional information about the Statistical Classification.

Declaration
public ObservableCollection<Organization> ContactPerson { get; set; }
Property Value
Type Description
ObservableCollection<Organization>

Copyright

Statistical Classifications may have restricted copyrights.

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

DerivedFrom

A Statistical Classification can be derived from one of the classification versions of another Classification Series. The derived Statistical Classification can either inherit the structure of the classification version from which it is derived, usually adding more detail, or use a large part of its Classification Items, rearranging them in a different structure. Indicates the classification version from which the actual Statistical Classification is derived.

Declaration
public StatisticalClassification DerivedFrom { get; set; }
Property Value
Type Description
StatisticalClassification

Index

A Statistical Classification can be associated with one or a number of Classification Indexes in which Classification Index Entries are linked to the appropriate Classification Item. Include here links to any relevant Classification Indexes.

Declaration
public ObservableCollection<ClassificationIndex> Index { get; }
Property Value
Type Description
ObservableCollection<ClassificationIndex>

IsCurrent

Indicates whether or not the Statistical Classification is currently valid.

Declaration
public bool IsCurrent { get; set; }
Property Value
Type Description
bool

IsDisseminationAllowed

Indicates whether or not the Statistical Classification may be published or otherwise disseminated (e.g. electronic dissemination).

Declaration
public bool IsDisseminationAllowed { get; set; }
Property Value
Type Description
bool

IsFloating

Indicates if the Statistical Classification is a floating classification. In a floating statistical classification, a validity period should be defined for all Classification Items which will allow the display of the item structure and content at different points of time.

Declaration
public bool IsFloating { get; set; }
Property Value
Type Description
bool

IsUpdate

Indicates if the Statistical Classification is a version.

Declaration
public bool IsUpdate { get; set; }
Property Value
Type Description
bool

IsVersion

Indicates if the Statistical Classification is a version.

Declaration
public bool IsVersion { get; set; }
Property Value
Type Description
bool

ItemType

Gets the universally unique identifier representing the item's type.

Declaration
public override Guid ItemType { get; }
Property Value
Type Description
Guid

The identifier representing the item's type.

Overrides
VersionableBase.ItemType

LegalBase

Indicates that the Statistical Classification is covered by a legal act or by some other formal agreement.

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

LevelContexts

Level Context provides the depth of a Level within a Statistical Classification together with its membership. Both depth and membership can be specified per Statistical Classification.

Declaration
public ObservableCollection<LevelContext> LevelContexts { get; }
Property Value
Type Description
ObservableCollection<LevelContext>

MaintenanceUnit

The unit or group of persons within the organization who are responsible for the Statistical Classification (i.e, for maintaining, updating and changing it).

Declaration
public ObservableCollection<Organization> MaintenanceUnit { get; set; }
Property Value
Type Description
ObservableCollection<Organization>

PermissibleUpdates

If Updates are Allowed, Indicate here what structural changes, if any, are permissible within a version. Note whether Classification Items can be added to the structure and whether they can be revalidated or invalidated. Such changes are more likely to be permissible in floating classifications. Also indicate whether changes to such things as Classification Item names and explanatory notes that do not involve structural changes are permissible within a version.

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

Predecessor

For those Statistical Classifications that are versions or updates, notes the preceding Statistical Classification of which the actual Statistical Classification is the successor.

Declaration
public StatisticalClassification Predecessor { get; set; }
Property Value
Type Description
StatisticalClassification

Publications

A list of the publications, including print, PDF, HTML and other electronic formats, in which the Statistical Classification has been published.

Declaration
public ObservableCollection<OtherMaterial> Publications { get; }
Property Value
Type Description
ObservableCollection<OtherMaterial>

ReleaseDate

Date on which the Statistical Classification was released.

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

Successor

Notes the Statistical Classification that superseded the actual Statistical Classification.

Declaration
public StatisticalClassification Successor { get; set; }
Property Value
Type Description
StatisticalClassification

TerminationDate

Date on which the Statistical Classification was superseded by a successor version or otherwise ceased to be valid.

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

Updates

Summary description of changes which have occurred since the most recent classification version or classification update came into force.

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

UpdatesAllowed

Indicates whether or not updates are allowed within the classification version i.e. without leading to a new version.

Declaration
public bool UpdatesAllowed { get; set; }
Property Value
Type Description
bool

VariantChangesFromBase

Describes the relationship between the variant and its base Statistical Classification, including regrouping, aggregations added and extensions.

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

VariantOf

For those Statistical Classifications that are variants, notes the Statistical Classification on which it is based and any subsequent versions of that Statistical Classification to which it is also applicable.

Declaration
public StatisticalClassification VariantOf { get; set; }
Property Value
Type Description
StatisticalClassification

VariantPurpose

If the Statistical Classification is a variant, notes the specific purpose for which it was developed.

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

Methods

AddChild(IVersionable)

Adds the provided child to this item.

Declaration
public override void AddChild(IVersionable child)
Parameters
Type Name Description
IVersionable child

The item to be added as a child of this item.

Overrides
VersionableBase.AddChild(IVersionable)

GetChildren()

Gets the identifiers of the item's children.

Declaration
public override ChildItemCollection GetChildren()
Returns
Type Description
ChildItemCollection

The identifiers of the item's children.

Overrides
VersionableBase.GetChildren()

RemoveChild(IdentifierTriple)

Removes the specified child.

Declaration
public override int RemoveChild(IdentifierTriple child)
Parameters
Type Name Description
IdentifierTriple child

The child to be removed.

Returns
Type Description
int

The number of children removed from the item.

Overrides
VersionableBase.RemoveChild(IdentifierTriple)
Exceptions
Type Condition
ArgumentNullException

child

ReplaceChild(IdentifierTriple, IVersionable)

Replaces the child with the specified identifier with the provided item.

Declaration
public override int ReplaceChild(IdentifierTriple toReplace, IVersionable child)
Parameters
Type Name Description
IdentifierTriple toReplace

The identifier of the child to replace.

IVersionable child

The new child.

Returns
Type Description
int

The number of children replaced.

Overrides
VersionableBase.ReplaceChild(IdentifierTriple, IVersionable)
Exceptions
Type Condition
ArgumentNullException

child

WatchProperties()

Watch for property changed events

Declaration
protected override void WatchProperties()
Overrides
DescribableBase.WatchProperties()

Implements

INotifyPropertyChanged
IVersionable
IIdentifiable
IHasCustomFields
IDescribable
IVisitable

Extension Methods

ClassificationExtensions.GetAllClassificationItems(StatisticalClassification)
VersionableCustomFieldExtensions.GetCustomFieldMultilingualStringValue(IHasCustomFields, string)
VersionableCustomFieldExtensions.GetCustomFieldStringValue(IHasCustomFields, string)
VersionableCustomFieldExtensions.GetCustomFieldUriValue(IHasCustomFields, string)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, MultilingualString, IVersionable)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, MultilingualString, string)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, string, IVersionable)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, string, string)
Extensions.GetDdi32FragmentRepresentation(IVersionable, Ddi32Serializer)
Extensions.GetDdi33FragmentRepresentation(IVersionable, Ddi33Serializer)
Extensions.GetDdiFragmentRepresentation(IVersionable, DDIWorkflowSerializer, XmlDocument)
Extensions.GetMultilingualStrings(IVersionable)
NamingHelper.GetBaseFileNameForItem(IVersionable)
VersionableExtensions.GetHeader(IVersionable, bool)
VersionableExtensions.GetMetadata(IVersionable)
VersionableExtensions.GetUserAttribute(IVersionable, string)
VersionableExtensions.GetUserAttributeInt(IVersionable, string)
VersionableExtensions.SetUserAttribute(IVersionable, string, string)
VersionableUserIdExtensions.SetUserId(IVersionable, string, string)
In this article
Back to top Generated by DocFX