C# Класс MonoTouch.Dialog.MapElement

Наследование: StringElement
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetCell ( UITableView tv ) : UITableViewCell
MapElement ( string aCaption, string aValue, CLLocationCoordinate2D location ) : MonoTouch.Dialog
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

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

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

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

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

public MapElement ( string aCaption, string aValue, CLLocationCoordinate2D location ) : MonoTouch.Dialog
aCaption string
aValue string
location CLLocationCoordinate2D
Результат MonoTouch.Dialog

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

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