Skip to main content
A newer version of this page is available. .

AggregatedAttribute Class

Applied to business class properties. Indicates that a property or field references other aggregated persistent objects.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public class AggregatedAttribute :
    Attribute

Remarks

In XAF applications, the AggregatedAttribute has a similar effect as the AggregatedAttribute. However, if you are going to enable cascade deletions in an XPO class, use the AggregatedAttribute instead.

Inheritance

Object
Attribute
AggregatedAttribute
See Also