Table of Contents

Class AnchorAttribute

Namespace
NMF.Models
Assembly
NMF.Models.dll

Denotes that the annotated reference is anchored at the given type

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class AnchorAttribute : Attribute
Inheritance
AnchorAttribute
Inherited Members

Constructors

AnchorAttribute(Type)

Creates a new instance

public AnchorAttribute(Type anchorType)

Parameters

anchorType Type

the type of the anchor

Properties

AnchorType

Gets the type of the anchor

public Type AnchorType { get; }

Property Value

Type