C# Class SILUBS.ScriptureChecks.DummyTextToken

See ITextToken for field definitions comments. This is a dummy class used for testing the checks.
Inheritance: ITextToken
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
Clone ( ) : ITextToken

Makes a deep copy of this text token.

DummyTextToken ( string text ) : System

Initializes a new instance of the DummyTextToken class.

DummyTextToken ( string text, TextType textType, bool isParagraphStart, bool isNoteStart, string paraStyleName ) : System

Initializes a new instance of the DummyTextToken class.

DummyTextToken ( string text, TextType textType, bool isParagraphStart, bool isNoteStart, string paraStyleName, string charStyleName ) : System

Initializes a new instance of the DummyTextToken class.

DummyTextToken ( string text, TextType textType, bool isParagraphStart, bool isNoteStart, string paraStyleName, string charStyleName, string icuLocale ) : System

Initializes a new instance of the DummyTextToken class.

ToString ( ) : string

Method Details

Clone() public method

Makes a deep copy of this text token.
public Clone ( ) : ITextToken
return ITextToken

DummyTextToken() public method

Initializes a new instance of the DummyTextToken class.
public DummyTextToken ( string text ) : System
text string
return System

DummyTextToken() public method

Initializes a new instance of the DummyTextToken class.
public DummyTextToken ( string text, TextType textType, bool isParagraphStart, bool isNoteStart, string paraStyleName ) : System
text string The text.
textType TextType Type of the text.
isParagraphStart bool if set to true text token starts a paragraph. ///
isNoteStart bool if set to true text token starts a note.
paraStyleName string Name of the paragraph style.
return System

DummyTextToken() public method

Initializes a new instance of the DummyTextToken class.
public DummyTextToken ( string text, TextType textType, bool isParagraphStart, bool isNoteStart, string paraStyleName, string charStyleName ) : System
text string The text.
textType TextType Type of the text.
isParagraphStart bool if set to true text token starts a paragraph. ///
isNoteStart bool if set to true text token starts a note.
paraStyleName string Name of the paragraph style.
charStyleName string Name of the character style.
return System

DummyTextToken() public method

Initializes a new instance of the DummyTextToken class.
public DummyTextToken ( string text, TextType textType, bool isParagraphStart, bool isNoteStart, string paraStyleName, string charStyleName, string icuLocale ) : System
text string The text.
textType TextType Type of the text.
isParagraphStart bool if set to true text token starts a paragraph. ///
isNoteStart bool if set to true text token starts a note.
paraStyleName string Name of the paragraph style.
charStyleName string Name of the character style.
icuLocale string The icu locale.
return System

ToString() public method

public ToString ( ) : string
return string