C# Класс MonoMobile.Forms.ActivityElement

Наследование: MonoTouch.Dialog.UIViewElement, IElementSizing
Показать файл Открыть проект

Открытые методы

Метод Описание
ActivityElement ( string caption, string activity, string value ) : MonoTouch.UIKit
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, MonoTouch indexPath ) : float
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

Приватные методы

Метод Описание
updateCell ( AnimatingCell cell ) : void

Описание методов

ActivityElement() публичный Метод

public ActivityElement ( string caption, string activity, string value ) : MonoTouch.UIKit
caption string
activity string
value string
Результат MonoTouch.UIKit

GetCell() публичный Метод

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Результат UITableViewCell

GetHeight() публичный Метод

public GetHeight ( UITableView tableView, MonoTouch indexPath ) : float
tableView UITableView
indexPath MonoTouch
Результат float

Selected() публичный Метод

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc MonoTouch.Dialog.DialogViewController
tableView UITableView
path NSIndexPath
Результат void