Class ClassificationSeries
A Classification Series is an ensemble of one or several consecutive Statistical Classifications under a particular heading (for example ISIC or ISCO).
Inheritance
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ClassificationSeries : DescribableBase, IVersionable, IIdentifiable, IHasCustomFields, IDescribable, IVisitable
Constructors
ClassificationSeries()
Initializes a new instance of the ClassificationSeries class.
Declaration
public ClassificationSeries()
Properties
Classifications
A Classification Series has at least one Statistical Classification.
Declaration
public ObservableCollection<StatisticalClassification> Classifications { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<StatisticalClassification> |
CurrentClassification
If there are several Statistical Classifications related to a Classification Series, one Statistical Classification may be assigned as the currently valid Statistical Classification.
Declaration
public StatisticalClassification CurrentClassification { get; set; }
Property Value
Type | Description |
---|---|
StatisticalClassification |
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
Keywords
A Classification Series can be associated with one or a number of keywords.
Declaration
public ObservableCollection<CodeValue> Keywords { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<CodeValue> |
Owners
The statistical office or other authority, which created and maintains the Statistical Classification(s) related to the Classification Series. A Classification Series may have several owners.
Declaration
public ObservableCollection<Organization> Owners { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<Organization> |
SeriesContext
A Classification Series can be designed in a specific context.
Declaration
public CodeValue SeriesContext { get; set; }
Property Value
Type | Description |
---|---|
CodeValue |
SubjectAreas
Areas of statistics in which the Classification Series is implemented.
Declaration
public ObservableCollection<CodeValue> SubjectAreas { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<CodeValue> |
UnitTypeClassified
A Classification Series is designed to classify a specific type of object/unit according to a specific attribute.
Declaration
public UnitType UnitTypeClassified { get; set; }
Property Value
Type | Description |
---|---|
UnitType |
Methods
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
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 |
---|---|
System.Int32 | The number of children removed from the item. |
Overrides
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 |
---|---|
System.Int32 | The number of children replaced. |
Overrides
ToString()
Returns a
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A |