C# Class AGS.Types.TextParserWord

Datei anzeigen Open project: adventuregamestudio/ags Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SetWordTypeFromGroup ( ) : void
TextParserWord ( ) : System
TextParserWord ( XmlNode node ) : System
TextParserWord ( int wordGroup, string word, TextParserWordType type ) : System
ToXml ( XmlTextWriter writer ) : void

Method Details

SetWordTypeFromGroup() public method

public SetWordTypeFromGroup ( ) : void
return void

TextParserWord() public method

public TextParserWord ( ) : System
return System

TextParserWord() public method

public TextParserWord ( XmlNode node ) : System
node System.Xml.XmlNode
return System

TextParserWord() public method

public TextParserWord ( int wordGroup, string word, TextParserWordType type ) : System
wordGroup int
word string
type TextParserWordType
return System

ToXml() public method

public ToXml ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
return void