C# Class Verses.iOS.MemorizationCell

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

Méthodes publiques

Méthode Description
MemorizationCell ( string reuseIdentifier ) : System
PopulateCell ( Verse v ) : void
ShowSelectedImage ( bool isSelected ) : void

Method Details

MemorizationCell() public méthode

public MemorizationCell ( string reuseIdentifier ) : System
reuseIdentifier string
Résultat System

PopulateCell() public méthode

public PopulateCell ( Verse v ) : void
v Verses.Portable.Verse
Résultat void

ShowSelectedImage() public méthode

public ShowSelectedImage ( bool isSelected ) : void
isSelected bool
Résultat void