C# 클래스 Verses.Portable.BiblesDotOrg.Convert

파일 보기 프로젝트 열기: pierceboggan/Verses

공개 메소드들

메소드 설명
ToCopyrightText ( RootObject root ) : string
ToVerse ( string verse, RootObject root ) : VerseResponse
ToVerseText ( RootObject root ) : string
ToVerseTextWithoutHtml ( RootObject root ) : string
ToVerseTextWithoutHtmlOrDigits ( RootObject root ) : string
ToVerseWithoutHtml ( string verse, RootObject root ) : VerseResponse

메소드 상세

ToCopyrightText() 공개 정적인 메소드

public static ToCopyrightText ( RootObject root ) : string
root RootObject
리턴 string

ToVerse() 공개 정적인 메소드

public static ToVerse ( string verse, RootObject root ) : VerseResponse
verse string
root RootObject
리턴 VerseResponse

ToVerseText() 공개 정적인 메소드

public static ToVerseText ( RootObject root ) : string
root RootObject
리턴 string

ToVerseTextWithoutHtml() 공개 정적인 메소드

public static ToVerseTextWithoutHtml ( RootObject root ) : string
root RootObject
리턴 string

ToVerseTextWithoutHtmlOrDigits() 공개 정적인 메소드

public static ToVerseTextWithoutHtmlOrDigits ( RootObject root ) : string
root RootObject
리턴 string

ToVerseWithoutHtml() 공개 정적인 메소드

public static ToVerseWithoutHtml ( string verse, RootObject root ) : VerseResponse
verse string
root RootObject
리턴 VerseResponse