C# 클래스 Chat.ChatSource

상속: UITableViewSource
파일 보기 프로젝트 열기: xamarin/monotouch-samples 1 사용 예제들

공개 메소드들

메소드 설명
ChatSource ( IList messages ) : System
EstimatedHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
RowsInSection ( UITableView tableview, nint section ) : nint

비공개 메소드들

메소드 설명
CalculateHeightFor ( Message msg, UITableView tableView ) : nfloat
GetReuseId ( MessageType msgType ) : NSString

메소드 상세

ChatSource() 공개 메소드

public ChatSource ( IList messages ) : System
messages IList
리턴 System

EstimatedHeight() 공개 메소드

public EstimatedHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
리턴 nfloat

GetCell() 공개 메소드

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

GetHeightForRow() 공개 메소드

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
리턴 nfloat

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
리턴 nint