Class AnchorAttribute
Denotes that the annotated reference is anchored at the given type
Inherited Members
Namespace: NMF.Models
Assembly: NMF.Models.dll
Syntax
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class AnchorAttribute : Attribute
Constructors
| Edit this page View SourceAnchorAttribute(Type)
Creates a new instance
Declaration
public AnchorAttribute(Type anchorType)
Parameters
Type | Name | Description |
---|---|---|
Type | anchorType | the type of the anchor |
Properties
| Edit this page View SourceAnchorType
Gets the type of the anchor
Declaration
public Type AnchorType { get; }
Property Value
Type | Description |
---|---|
Type |