AggregatableServices Class |
Provide static methods to aid with implementation of the IAggregatable interface.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static class AggregatableServices
The AggregatableServices type exposes the following members.
Name | Description | |
---|---|---|
Advice(Object, RelationshipInfo, Boolean) |
Injects the Aggregatable dynamic impl into an object and specifies the RelationshipInfo.
| |
Advice(Object, RelationshipKind, Boolean) |
Injects the Aggregatable dynamic impl into an object and specifies the RelationshipKind.
| |
GetAggregatableAspect |
Gets the AggregatableAttribute instance applied on a given Type.
| |
Unadvise |
Removes the Aggregatable advise from an object.
|