C# Class BillSplitter.AppDelegate.PeopleModel

Inheritance: UIPickerViewModel
Afficher le fichier Open project: conceptdev/BillSplitter

Méthodes publiques

Méthode 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 méthode

public GetComponentCount ( UIPickerView v ) : int
v UIPickerView
Résultat int

GetComponentWidth() public méthode

public GetComponentWidth ( UIPickerView picker, int component ) : float
picker UIPickerView
component int
Résultat float

GetRowHeight() public méthode

public GetRowHeight ( UIPickerView picker, int component ) : float
picker UIPickerView
component int
Résultat float

GetRowsInComponent() public méthode

public GetRowsInComponent ( UIPickerView pickerView, int component ) : int
pickerView UIPickerView
component int
Résultat int

GetTitle() public méthode

public GetTitle ( UIPickerView picker, int row, int component ) : string
picker UIPickerView
row int
component int
Résultat string

PeopleModel() public méthode

public PeopleModel ( AppDelegate pvc ) : System
pvc AppDelegate
Résultat System

Selected() public méthode

public Selected ( UIPickerView picker, int row, int component ) : void
picker UIPickerView
row int
component int
Résultat void