Provide static methods to aid with implementation of the IAggregatable interface.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation.dll
Syntax
public static class AggregatableServicesMethods
| Name | Description |
|---|---|
| Advice(object, RelationshipInfo, bool) | Injects the |
| Advice(object, RelationshipKind, bool) | Injects the |
| GetAggregatableAspect(Type, bool) | Gets the AggregatableAttribute instance applied on a given Type. |
| Unadvise(object) | Removes the Aggregatable advise from an object. |