C# Класс SILUBS.ScriptureChecks.PunctuationToken

Record information about one component of a punctuation sequence.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
IsFinal bool
IsInitial bool
IsParaBreak bool
TokenType PunctuationTokenType
Tts SILUBS.SharedScrUtils.TextTokenSubstring

Открытые методы

Метод Описание
PunctuationToken ( PunctuationTokenType tokenType, TextTokenSubstring tts, bool isInitial, bool isFinal ) : System

Initializes a new instance of the PunctuationToken class.

PunctuationToken ( bool isInitial, bool isFinal, bool isParaBreak ) : System

Initializes a new instance of the PunctuationToken class for a whitespace character.

ToString ( ) : string

Returns a T:System.String that represents the current PunctuationToken.

Описание методов

PunctuationToken() публичный Метод

Initializes a new instance of the PunctuationToken class.
public PunctuationToken ( PunctuationTokenType tokenType, TextTokenSubstring tts, bool isInitial, bool isFinal ) : System
tokenType PunctuationTokenType Type of the token.
tts SILUBS.SharedScrUtils.TextTokenSubstring The TextTokenSubstring.
isInitial bool if set to true is opening quotation mark.
isFinal bool if set to true is closing quotation mark.
Результат System

PunctuationToken() публичный Метод

Initializes a new instance of the PunctuationToken class for a whitespace character.
public PunctuationToken ( bool isInitial, bool isFinal, bool isParaBreak ) : System
isInitial bool if set to true is opening quotation mark.
isFinal bool if set to true is closing quotation mark.
isParaBreak bool if set to true the whitespace represents a newline. ///
Результат System

ToString() публичный Метод

Returns a T:System.String that represents the current PunctuationToken.
public ToString ( ) : string
Результат string

Описание свойств

IsFinal публичное свойство

public bool IsFinal
Результат bool

IsInitial публичное свойство

public bool IsInitial
Результат bool

IsParaBreak публичное свойство

public bool IsParaBreak
Результат bool

TokenType публичное свойство

public PunctuationTokenType TokenType
Результат PunctuationTokenType

Tts публичное свойство

public TextTokenSubstring,SILUBS.SharedScrUtils Tts
Результат SILUBS.SharedScrUtils.TextTokenSubstring