C# Class Crayon.Sample.UIPickerViewExample.UIPickerViewModelExample

Inheritance: UIPickerViewModel
显示文件 Open project: jamilgeor/Crayon

Public Methods

Method Description
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

Method Details

GetComponentCount() public method

public GetComponentCount ( UIPickerView picker ) : int
picker UIPickerView
return int

GetRowHeight() public method

public GetRowHeight ( UIPickerView picker, int component ) : float
picker UIPickerView
component int
return float

GetRowsInComponent() public method

public GetRowsInComponent ( UIPickerView picker, int component ) : int
picker UIPickerView
component int
return int

GetTitle() public method

public GetTitle ( UIPickerView picker, int row, int component ) : string
picker UIPickerView
row int
component int
return string

UIPickerViewModelExample() public method

public UIPickerViewModelExample ( ) : System.Collections.Generic
return System.Collections.Generic