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: 6.8.6.0 (6.8.6.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.
|
