Метод | Описание | |
---|---|---|
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 |
public BooleanElement ( string caption, bool value ) : System | ||
caption | string | |
value | bool | |
Результат | System |
protected BooleanElement ( string caption, bool value, int layoutId ) : System | ||
caption | string | |
value | bool | |
layoutId | int | |
Результат | System |
public BooleanElement ( string caption, bool value, string key ) : System | ||
caption | string | |
value | bool | |
key | string | |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
Результат | UITableViewCell |
public GetView ( Context context, View convertView, ViewGroup parent ) : View | ||
context | Context | |
convertView | View | |
parent | ViewGroup | |
Результат | View |
public OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void | ||
buttonView | CompoundButton | |
isChecked | bool | |
Результат | void |