C# Class Verses.Portable.VersesRepository

Afficher le fichier Open project: pierceboggan/Verses Class Usage Examples

Méthodes publiques

Méthode Description
AddPrayer ( Prayer p ) : void
AddPrayers ( IEnumerable items ) : void
AddVerse ( Verse v ) : void
AddVerses ( IEnumerable items ) : void
GetPrayer ( Prayer p ) : Prayer
GetPrayers ( ) : List
GetVerse ( Verse v ) : Verse
GetVerses ( ) : List
IsPrayersTablePopulated ( ) : bool
IsVersesTablePopulated ( ) : bool
PrayerExists ( Prayer p ) : bool
RemovePrayer ( Prayer p ) : void
RemoveVerse ( Verse v ) : void
UpdatePrayer ( Prayer p ) : void
UpdateVerse ( Verse v ) : void
VerseExists ( Verse v ) : bool
VersesRepository ( SQLiteConnection connection ) : System

Method Details

AddPrayer() public méthode

public AddPrayer ( Prayer p ) : void
p Prayer
Résultat void

AddPrayers() public méthode

public AddPrayers ( IEnumerable items ) : void
items IEnumerable
Résultat void

AddVerse() public méthode

public AddVerse ( Verse v ) : void
v Verse
Résultat void

AddVerses() public méthode

public AddVerses ( IEnumerable items ) : void
items IEnumerable
Résultat void

GetPrayer() public méthode

public GetPrayer ( Prayer p ) : Prayer
p Prayer
Résultat Prayer

GetPrayers() public méthode

public GetPrayers ( ) : List
Résultat List

GetVerse() public méthode

public GetVerse ( Verse v ) : Verse
v Verse
Résultat Verse

GetVerses() public méthode

public GetVerses ( ) : List
Résultat List

IsPrayersTablePopulated() public méthode

public IsPrayersTablePopulated ( ) : bool
Résultat bool

IsVersesTablePopulated() public méthode

public IsVersesTablePopulated ( ) : bool
Résultat bool

PrayerExists() public méthode

public PrayerExists ( Prayer p ) : bool
p Prayer
Résultat bool

RemovePrayer() public méthode

public RemovePrayer ( Prayer p ) : void
p Prayer
Résultat void

RemoveVerse() public méthode

public RemoveVerse ( Verse v ) : void
v Verse
Résultat void

UpdatePrayer() public méthode

public UpdatePrayer ( Prayer p ) : void
p Prayer
Résultat void

UpdateVerse() public méthode

public UpdateVerse ( Verse v ) : void
v Verse
Résultat void

VerseExists() public méthode

public VerseExists ( Verse v ) : bool
v Verse
Résultat bool

VersesRepository() public méthode

public VersesRepository ( SQLiteConnection connection ) : System
connection SQLiteConnection
Résultat System