Class AggregatedAttribute
- Namespace
- DevExpress.Xpo
- Assembly
- DevExpress.Xpo.v24.1.dll
Indicates that persistent objects referenced by the target property are aggregated.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true)]
public sealed class AggregatedAttribute : Attribute
- Inheritance
-
AggregatedAttribute
- Inherited Members
Constructors
AggregatedAttribute()
Initializes a new instance of the AggregatedAttribute class.
public AggregatedAttribute()