C# 클래스 Verses.Portable.BiblesDotOrg

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

공개 메소드들

메소드 설명
GetCopyrightForTranslationAsync ( Translation translation ) : Task
GetVerseAsync ( string verse, Translation translation ) : Task
GetVerseTextAsync ( string verse, Translation translation ) : Task
GetVerseTextWithoutHtmlAsync ( string verse, Translation translation ) : Task
GetVerseTextWithoutHtmlOrDigitsAsync ( string verse, Translation translation ) : Task
GetVerseWithoutHtmlAsync ( string verse, Translation translation ) : Task

메소드 상세

GetCopyrightForTranslationAsync() 공개 정적인 메소드

public static GetCopyrightForTranslationAsync ( Translation translation ) : Task
translation Translation
리턴 Task

GetVerseAsync() 공개 정적인 메소드

public static GetVerseAsync ( string verse, Translation translation ) : Task
verse string
translation Translation
리턴 Task

GetVerseTextAsync() 공개 정적인 메소드

public static GetVerseTextAsync ( string verse, Translation translation ) : Task
verse string
translation Translation
리턴 Task

GetVerseTextWithoutHtmlAsync() 공개 정적인 메소드

public static GetVerseTextWithoutHtmlAsync ( string verse, Translation translation ) : Task
verse string
translation Translation
리턴 Task

GetVerseTextWithoutHtmlOrDigitsAsync() 공개 정적인 메소드

public static GetVerseTextWithoutHtmlOrDigitsAsync ( string verse, Translation translation ) : Task
verse string
translation Translation
리턴 Task

GetVerseWithoutHtmlAsync() 공개 정적인 메소드

public static GetVerseWithoutHtmlAsync ( string verse, Translation translation ) : Task
verse string
translation Translation
리턴 Task