Class AttributeAnnotation
public class AttributeAnnotation : BratAnnotation
- Inheritance
-
AttributeAnnotation
- Inherited Members
Constructors
AttributeAnnotation(string, string, string, string?)
protected AttributeAnnotation(string id, string type, string attachedTo, string? value)
Parameters
Properties
AttachedTo
public string AttachedTo { get; }
Property Value
Value
public string? Value { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.