C# Class ABB.Swum.Nodes.Node

An abstract node within the SWUM model
Afficher le fichier Open project: abb-iss/Swum.NET Class Usage Examples

Méthodes publiques

Méthode Description
GetParse ( ) : PhraseNode

Returns a PhraseNode containing the node's parsed name.

ToPlainString ( ) : string

Returns a string representation of the node without any SWUM markup.

Method Details

GetParse() public méthode

Returns a PhraseNode containing the node's parsed name.
public GetParse ( ) : PhraseNode
Résultat PhraseNode

ToPlainString() public méthode

Returns a string representation of the node without any SWUM markup.
public ToPlainString ( ) : string
Résultat string