Item_Aggregation_Related_Aggregations Class
Class contains very basic information about item aggregationPermissions which are related
(either as parent or child) to the main item aggregation
Namespace: SobekCM.Core.AggregationsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
public class Item_Aggregation_Related_Aggregations : IEquatable<Item_Aggregation_Related_Aggregations> |
Remarks
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| Item_Aggregation_Related_Aggregations()()()() | Constructor for a new instance of the Item_Aggregation_Related_Aggregations class |
| Item_Aggregation_Related_Aggregations(String, String, String, Boolean, Boolean) | Constructor for a new instance of the Item_Aggregation_Related_Aggregations class |
| Item_Aggregation_Related_Aggregations(String, String, String, String, Boolean, Boolean, String, UInt16) | Constructor for a new instance of the Item_Aggregation_Related_Aggregations class |
Methods
Properties
| Name | Description |
---|
| Active | Flag indicates if this aggregation is active |
| Children | Gets the collection of children item aggregation objects |
| Children_Count | Gets the number of child item aggregations present |
| Code | Aggregation code for this related aggregation |
| Description | Description for this aggregation |
| External_Link | External link for this institution |
| Hidden | Flag indicates if this aggregation is hidden |
| ID | Aggregation id for this related aggregation |
| Name | Name for this related aggregation |
| Parent_Count | Gets the number of parent item aggregations present |
| Parents | Gets the collection of minimally-reported parent aggregations |
| ShortName | Shortened name for this related aggregation |
| Thematic_Heading | Thematic heading, used for placing items on the home page of the entire collection |
| Type | Type of this related aggregation |
See Also