Aggregation_Info Class
Stores basic information (code and name) of all aggregations linked to a digital object
Namespace: SobekCM.Resource_Object.BehaviorsAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
public class Aggregation_Info : IEquatable<Aggregation_Info> |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| Aggregation_Info | Constructor for a new instance of the Aggregation_Info object |
Methods
| Name | Description |
---|
| Equals | Determines if this aggregation is equal to another aggregation object |
Properties
| Name | Description |
---|
| Code | Gets the code associated with this aggregation |
| Name | Gets the full name associated with this aggregation |
| Type | Type of aggregation |
See Also