C# Class MonoTouch.Dialog.MessageElement

Inheritance: Element, IElementSizing
显示文件 Open project: Contatta/MonoTouch.Dialog Class Usage Examples

Public Properties

Property Type Description
Date System.DateTime
MessageCount int
NewFlag bool
Sender string

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
MessageElement ( ) : System
MessageElement ( Action tapped ) : System
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

Method Details

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetHeight() public method

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

MessageElement() public method

public MessageElement ( ) : System
return System

MessageElement() public method

public MessageElement ( Action tapped ) : System
tapped Action
return System

Selected() public method

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

Property Details

Date public_oe property

public DateTime,System Date
return System.DateTime

MessageCount public_oe property

public int MessageCount
return int

NewFlag public_oe property

public bool NewFlag
return bool

Sender public_oe property

public string Sender
return string