C# Class FlexChartSample.BasicChartTypesController.ChartTypesModel

Inheritance: UIPickerViewModel
Afficher le fichier Open project: GoXuni/Xamarin.iOS-Samples

Méthodes publiques

Méthode Description
ChartTypesModel ( BasicChartTypesController tk ) : System
GetComponentCount ( UIPickerView v ) : nint
GetRowsInComponent ( UIPickerView pickerView, nint component ) : nint
GetTitle ( UIPickerView picker, nint row, nint component ) : string
Selected ( UIPickerView picker, nint row, nint component ) : void

Method Details

ChartTypesModel() public méthode

public ChartTypesModel ( BasicChartTypesController tk ) : System
tk BasicChartTypesController
Résultat System

GetComponentCount() public méthode

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

GetRowsInComponent() public méthode

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

GetTitle() public méthode

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

Selected() public méthode

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