C# Класс MonoMobile.Dialog.BooleanElement

Used to display switch on the screen.
Наследование: BoolElement
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BooleanElement ( string caption, bool value ) : System
BooleanElement ( string caption, bool value, string key ) : System
GetCell ( UITableView tv ) : UITableViewCell
GetView ( Context context, View convertView, ViewGroup parent ) : View
OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void

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

Метод Описание
BooleanElement ( string caption, bool value, int layoutId ) : System
Dispose ( bool disposing ) : void

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

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

public BooleanElement ( string caption, bool value ) : System
caption string
value bool
Результат System

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

protected BooleanElement ( string caption, bool value, int layoutId ) : System
caption string
value bool
layoutId int
Результат System

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

public BooleanElement ( string caption, bool value, string key ) : System
caption string
value bool
key string
Результат System

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

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

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

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

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

public GetView ( Context context, View convertView, ViewGroup parent ) : View
context Context
convertView View
parent ViewGroup
Результат View

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

public OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void
buttonView CompoundButton
isChecked bool
Результат void