Open sandboxFocus

Class MemberRelationshipAttribute

Base class for custom attributes that determine the kind of relationship of objects in a graph.

Inheritance
MemberRelationshipAttribute
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public abstract class MemberRelationshipAttribute : Attribute, IValidableAnnotation

Methods

Name Description
CompileTimeValidate(object)

Method invoked at build time to ensure that the aspect has been applied to the right target.

See Also