Enum AggregationKind
AggregationKind is an enumeration type that specifies the literals for defining the kind of aggregation of a property.
[TypeConverter(typeof(AggregationKindConverter))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//AggregationKind")]
public enum AggregationKind
Fields
Composite = 2
Indicates that the property is aggregated compositely, i.e., the composite object has responsibility for the existence and storage of the composed objects (parts).
None = 0
Indicates that the property has no aggregation.
Indicates that the property has a shared aggregation.