PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelReference­Attribute
Open sandboxFocus

ReferenceAttribute Class

Custom attribute that, when applied to a field or automatic property, specifies that this field or property is a simple reference, and is not involved in a parent-child relationship.

Inheritance
ReferenceAttribute
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation.dll
Syntax
public sealed class ReferenceAttribute : MemberRelationshipAttribute, IValidableAnnotation

Constructors

Name Description
ReferenceAttribute()

See Also