Table of Contents

Class CharChainNode

Namespace
Gve.Text.DTO
Assembly
Gve.Text.dll

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

char

Features

The node features.

public IList<Feature>? Features { get; set; }

Property Value

IList<Feature>

Id

The autonumber assigned to this node in the context of its chain.

public int Id { get; set; }

Property Value

int

Index

Gets or sets the node's index in the base text.

public int Index { get; set; }

Property Value

int

Label

The node label.

public string Label { get; set; }

Property Value

string

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

string

Methods

ToString()

Converts to string.

public override string ToString()

Returns

string

A string that represents this instance.