C# 클래스 SILUBS.ScriptureChecks.UnitTestUSFMTextToken

This class allows tokenizing usfm text snippets without using any Paratext specific code. Markers supported: id, rem, s, p, q1, q2, io, f, f*, f?, x, x*, x?, nd, nd*
상속: ITextToken
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BookText string
Chapter string
IsNoteText bool
IsPublishableText bool
IsVerseText bool
Length int
Offset int
Verse string

공개 메소드들

메소드 설명
Clone ( ) : ITextToken

Clones this instance.

ToString ( ) : string

메소드 상세

Clone() 공개 메소드

Clones this instance.
public Clone ( ) : ITextToken
리턴 ITextToken

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

BookText 공개적으로 프로퍼티

public string BookText
리턴 string

Chapter 공개적으로 프로퍼티

public string Chapter
리턴 string

IsNoteText 공개적으로 프로퍼티

public bool IsNoteText
리턴 bool

IsPublishableText 공개적으로 프로퍼티

public bool IsPublishableText
리턴 bool

IsVerseText 공개적으로 프로퍼티

public bool IsVerseText
리턴 bool

Length 공개적으로 프로퍼티

public int Length
리턴 int

Offset 공개적으로 프로퍼티

public int Offset
리턴 int

Verse 공개적으로 프로퍼티

public string Verse
리턴 string