C# Class BillSplitter.AppDelegate.PeopleModel

Inheritance: UIPickerViewModel
Show file Open project: conceptdev/BillSplitter

Public Methods

Method Description
GetComponentCount ( UIPickerView v ) : int
GetComponentWidth ( UIPickerView picker, int component ) : float
GetRowHeight ( UIPickerView picker, int component ) : float
GetRowsInComponent ( UIPickerView pickerView, int component ) : int
GetTitle ( UIPickerView picker, int row, int component ) : string
PeopleModel ( AppDelegate pvc ) : System
Selected ( UIPickerView picker, int row, int component ) : void

Method Details

GetComponentCount() public method

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

GetComponentWidth() public method

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

GetRowHeight() public method

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

GetRowsInComponent() public method

public GetRowsInComponent ( UIPickerView pickerView, int component ) : int
pickerView 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

PeopleModel() public method

public PeopleModel ( AppDelegate pvc ) : System
pvc AppDelegate
return System

Selected() public method

public Selected ( UIPickerView picker, int row, int component ) : void
picker UIPickerView
row int
component int
return void