C# Class Verses.Portable.BiblesDotOrg

Afficher le fichier Open project: pierceboggan/Verses

Méthodes publiques

Méthode Description
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

Method Details

GetCopyrightForTranslationAsync() public static méthode

public static GetCopyrightForTranslationAsync ( Translation translation ) : Task
translation Translation
Résultat Task

GetVerseAsync() public static méthode

public static GetVerseAsync ( string verse, Translation translation ) : Task
verse string
translation Translation
Résultat Task

GetVerseTextAsync() public static méthode

public static GetVerseTextAsync ( string verse, Translation translation ) : Task
verse string
translation Translation
Résultat Task

GetVerseTextWithoutHtmlAsync() public static méthode

public static GetVerseTextWithoutHtmlAsync ( string verse, Translation translation ) : Task
verse string
translation Translation
Résultat Task

GetVerseTextWithoutHtmlOrDigitsAsync() public static méthode

public static GetVerseTextWithoutHtmlOrDigitsAsync ( string verse, Translation translation ) : Task
verse string
translation Translation
Résultat Task

GetVerseWithoutHtmlAsync() public static méthode

public static GetVerseWithoutHtmlAsync ( string verse, Translation translation ) : Task
verse string
translation Translation
Résultat Task