Class CharChainNode
Base text character chain node.
public class CharChainNode
- Inheritance
-
CharChainNode
- Inherited Members
Properties
Data
The data attached to this node.
public char Data { get; set; }
Property Value
Features
The node features.
public IList<Feature>? Features { get; set; }
Property Value
Id
The autonumber assigned to this node in the context of its chain.
public int Id { get; set; }
Property Value
Index
Gets or sets the node's index in the base text.
public int Index { get; set; }
Property Value
Label
The node label.
public string Label { get; set; }
Property Value
SourceTag
The source tag for this node, i.e. the tag of the version which first added it to the chain.
public string SourceTag { get; set; }
Property Value
Methods
ToString()
Converts to string.
public override string ToString()