C# 클래스 SILUBS.ScriptureChecks.DummyTextToken

See ITextToken for field definitions comments. This is a dummy class used for testing the checks.
상속: ITextToken
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Clone() 공개 메소드

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

DummyTextToken() 공개 메소드

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

DummyTextToken() 공개 메소드

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.
리턴 System

DummyTextToken() 공개 메소드

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.
리턴 System

DummyTextToken() 공개 메소드

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.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string