C# Класс Crayon.Sample.UIPickerViewExample.UIPickerViewModelExample

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

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

Метод Описание
GetComponentCount ( UIPickerView picker ) : int
GetRowHeight ( UIPickerView picker, int component ) : float
GetRowsInComponent ( UIPickerView picker, int component ) : int
GetTitle ( UIPickerView picker, int row, int component ) : string
UIPickerViewModelExample ( ) : System.Collections.Generic

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

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

public GetComponentCount ( UIPickerView picker ) : int
picker UIPickerView
Результат int

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

public GetRowHeight ( UIPickerView picker, int component ) : float
picker UIPickerView
component int
Результат float

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

public GetRowsInComponent ( UIPickerView picker, int component ) : int
picker UIPickerView
component int
Результат int

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

public GetTitle ( UIPickerView picker, int row, int component ) : string
picker UIPickerView
row int
component int
Результат string

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

public UIPickerViewModelExample ( ) : System.Collections.Generic
Результат System.Collections.Generic