C# 클래스 MonoTouch.Dialog.MessageElement

상속: Element, IElementSizing
파일 보기 프로젝트 열기: Contatta/MonoTouch.Dialog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Date System.DateTime
MessageCount int
NewFlag bool
Sender string

공개 메소드들

메소드 설명
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
MessageElement ( ) : System
MessageElement ( Action tapped ) : System
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

메소드 상세

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

GetHeight() 공개 메소드

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
리턴 float

MessageElement() 공개 메소드

public MessageElement ( ) : System
리턴 System

MessageElement() 공개 메소드

public MessageElement ( Action tapped ) : System
tapped Action
리턴 System

Selected() 공개 메소드

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
리턴 void

프로퍼티 상세

Date 공개적으로 프로퍼티

public DateTime,System Date
리턴 System.DateTime

MessageCount 공개적으로 프로퍼티

public int MessageCount
리턴 int

NewFlag 공개적으로 프로퍼티

public bool NewFlag
리턴 bool

Sender 공개적으로 프로퍼티

public string Sender
리턴 string