Class BratAnnotation
public abstract class BratAnnotation
- Inheritance
-
BratAnnotation
- Derived
- Inherited Members
Constructors
BratAnnotation(string, string)
protected BratAnnotation(string id, string type)
Parameters
Properties
Id
public string Id { get; }
Property Value
Note
public string Note { get; set; }
Property Value
Type
public string Type { 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.