PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelAggregatable­Services
Open sandboxFocus

AggregatableServices Class

Provide static methods to aid with implementation of the IAggregatable interface.

Inheritance
AggregatableServices
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation.dll
Syntax
public static class AggregatableServices : Object

Methods

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(Type, Boolean)

Gets the AggregatableAttribute instance applied on a given System.Type.

Unadvise(Object)

Removes the Aggregatable advise from an object.