PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelMember­Relationship­Attribute
Open sandboxFocus

MemberRelationshipAttribute Class

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
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