C# 클래스 Monospace11.SessionCell

상속: UITableViewCell
파일 보기 프로젝트 열기: megsoftconsulting/MonkeySpace 1 사용 예제들

공개 메소드들

메소드 설명
LayoutSubviews ( ) : void
SessionCell ( UITableViewCellStyle style, NSString ident, MonkeySpace session, string big, string small ) : System
UpdateCell ( MonkeySpace session, string big, string small ) : void

비공개 메소드들

메소드 설명
ToggleFavorite ( ) : bool
UpdateImage ( bool selected ) : void

메소드 상세

LayoutSubviews() 공개 메소드

public LayoutSubviews ( ) : void
리턴 void

SessionCell() 공개 메소드

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

UpdateCell() 공개 메소드

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