mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
Expand <a href='http://sobekrepository.org/codehelp/engineagnosticlayerdbaccess' title='EngineAgnosticLayerDbAccess'>EngineAgnosticLayerDbAccess Namespace</a>EngineAgnosticLayerDbAccess Namespace
Expand <a href='http://sobekrepository.org/codehelp/builder_library' title='SobekCM.Builder_Library'>Builder_Library Namespace</a>Builder_Library Namespace
Collapse <a href='http://sobekrepository.org/codehelp/core' title='SobekCM.Core'>Core Namespace</a>Core Namespace
Expand <a href='http://sobekrepository.org/codehelp/engine_library' title='SobekCM.Engine_Library'>Engine_Library Namespace</a>Engine_Library Namespace
Expand <a href='http://sobekrepository.org/codehelp/library' title='SobekCM.Library'>Library Namespace</a>Library Namespace
Expand <a href='http://sobekrepository.org/codehelp/resource_object' title='SobekCM.Resource_Object'>Resource_Object Namespace</a>Resource_Object Namespace
Expand <a href='http://sobekrepository.org/codehelp/tools' title='SobekCM.Tools'>Tools Namespace</a>Tools Namespace
MISSING BANNER
Code Details >> Core >> Aggregations >> Item_Aggregation_Related_Aggregations

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.Aggregations
Assembly: 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

This class is a helper class to the Item_Aggregation class and used by the Aggregation_Code_Manager.

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Aggregations..::..Item_Aggregation_Related_Aggregations

Constructors

  NameDescription
Public methodItem_Aggregation_Related_Aggregations()()()()
Constructor for a new instance of the Item_Aggregation_Related_Aggregations class
Public methodItem_Aggregation_Related_Aggregations(String, String, String, Boolean, Boolean)
Constructor for a new instance of the Item_Aggregation_Related_Aggregations class
Public methodItem_Aggregation_Related_Aggregations(String, String, String, String, Boolean, Boolean, String, UInt16)
Constructor for a new instance of the Item_Aggregation_Related_Aggregations class

Methods

  NameDescription
Public methodAdd_Child_Aggregation
Method adds another aggregation as a child of this
Public methodAdd_Parent_Aggregation(Item_Aggregation_Minimal)
Method adds a minimally reported aggregation as a parent of this
Public methodAdd_Parent_Aggregation(String, String, String)
Method adds a minimally reported aggregation as a parent of this
Public methodEquals
Checks equality between two Item_Aggregation_Related_Aggregations objects

Properties

  NameDescription
Public propertyActive
Flag indicates if this aggregation is active
Public propertyChildren
Gets the collection of children item aggregation objects
Public propertyChildren_Count
Gets the number of child item aggregations present
Public propertyCode
Aggregation code for this related aggregation
Public propertyDescription
Description for this aggregation
Public propertyExternal_Link
External link for this institution
Public propertyHidden
Flag indicates if this aggregation is hidden
Public propertyID
Aggregation id for this related aggregation
Public propertyName
Name for this related aggregation
Public propertyParent_Count
Gets the number of parent item aggregations present
Public propertyParents
Gets the collection of minimally-reported parent aggregations
Public propertyShortName
Shortened name for this related aggregation
Public propertyThematic_Heading
Thematic heading, used for placing items on the home page of the entire collection
Public propertyType
Type of this related aggregation

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )