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