Class Category
Describes a particular category or response. OECD Glossary of Statistical Terms: Generic term for items at any level within a classification, typically tabulation categories, sections, subsections, divisions, subdivisions, groups, subgroups, classes and subclasses.
Inheritance
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Category : DescribableBase, IVersionable, IIdentifiable, IHasCustomFields, IDescribable, IVisitable
Constructors
Category()
Initializes a new instance of the Category class.
Declaration
public Category()
Properties
Concept
Gets or sets the concept that defines this category.
Declaration
public Concept Concept { get; set; }
Property Value
Type | Description |
---|---|
Concept |
GenerationCommand
Description of the generation process used to generate the category content.
Declaration
public SourceCodeCollection GenerationCommand { get; set; }
Property Value
Type | Description |
---|---|
SourceCodeCollection |
GenerationDescription
Gets the description.
Declaration
public MultilingualString GenerationDescription { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
GenerationMaterials
Gets a collection of Other Material fields used in the generation of this category.
Declaration
public Collection<OtherMaterial> GenerationMaterials { get; }
Property Value
Type | Description |
---|---|
Collection<OtherMaterial> |
IsMissing
Gets or sets a value indicating whether this category represents a missing value.
Declaration
public bool IsMissing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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
Methods
GetChildren()
Gets a collection of this item's children.
Declaration
public override ChildItemCollection GetChildren()
Returns
Type | Description |
---|---|
ChildItemCollection |
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. |