C# Класс MonoTouch.Dialog.AddOn.MultilineEntryElement

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

Открытые свойства

Свойство Тип Описание
Value string

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

Метод Описание
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
MultilineEntryElement ( string caption, string value ) : System

Constructs an EntryElement with the given caption, placeholder and initial value.

MultilineEntryElement ( string caption, string placeholder, string value ) : System

Constructs an EntryElement with the given caption, placeholder and initial value.

Summary ( ) : string

Constructs an EntryElement for password entry with the given caption, placeholder and initial value.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

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

Метод Описание
ComputeEntryPosition ( UITableView tv, UITableViewCell cell ) : SizeF

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

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

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

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

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

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

Constructs an EntryElement with the given caption, placeholder and initial value.
public MultilineEntryElement ( string caption, string value ) : System
caption string /// The caption to use ///
value string /// Initial value. ///
Результат System

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

Constructs an EntryElement with the given caption, placeholder and initial value.
public MultilineEntryElement ( string caption, string placeholder, string value ) : System
caption string /// The caption to use ///
placeholder string /// Placeholder to display. ///
value string /// Initial value. ///
Результат System

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

Constructs an EntryElement for password entry with the given caption, placeholder and initial value.
public Summary ( ) : string
Результат string

Описание свойств

Value публичное свойство

public string Value
Результат string