C# Class Monospace11.SessionCell

Inheritance: UITableViewCell
Afficher le fichier Open project: megsoftconsulting/MonkeySpace Class Usage Examples

Méthodes publiques

Méthode Description
LayoutSubviews ( ) : void
SessionCell ( UITableViewCellStyle style, NSString ident, MonkeySpace session, string big, string small ) : System
UpdateCell ( MonkeySpace session, string big, string small ) : void

Private Methods

Méthode Description
ToggleFavorite ( ) : bool
UpdateImage ( bool selected ) : void

Method Details

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

SessionCell() public méthode

public SessionCell ( UITableViewCellStyle style, NSString ident, MonkeySpace session, string big, string small ) : System
style UITableViewCellStyle
ident NSString
session MonkeySpace
big string
small string
Résultat System

UpdateCell() public méthode

public UpdateCell ( MonkeySpace session, string big, string small ) : void
session MonkeySpace
big string
small string
Résultat void