C# 클래스 SILUBS.ScriptureChecks.PunctuationToken

Record information about one component of a punctuation sequence.
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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