C# Class Monospace11.SessionCell

Inheritance: UITableViewCell
Mostrar archivo Open project: megsoftconsulting/MonkeySpace Class Usage Examples

Public Methods

Method 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

Method Description
ToggleFavorite ( ) : bool
UpdateImage ( bool selected ) : void

Method Details

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

SessionCell() public method

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

UpdateCell() public method

public UpdateCell ( MonkeySpace session, string big, string small ) : void
session MonkeySpace
big string
small string
return void