Class RelationAnnotation
public class RelationAnnotation : BratAnnotation
- Inheritance
-
RelationAnnotation
- Inherited Members
Constructors
RelationAnnotation(string, string, string, string)
protected RelationAnnotation(string id, string type, string arg1, string arg2)
Parameters
Properties
Arg1
public string Arg1 { get; }
Property Value
Arg2
public string Arg2 { 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.