C# Class xamarin_sample.PickerModel

Inheritance: UIPickerViewModel
Afficher le fichier Open project: phatware/WritePadSDK

Méthodes publiques

Свойство Type Description
values IList

Méthodes publiques

Méthode Description
GetComponentCount ( UIPickerView picker ) : nint
GetRowHeight ( UIPickerView picker, nint component ) : nfloat
GetRowsInComponent ( UIPickerView picker, nint component ) : nint
GetTitle ( UIPickerView picker, nint row, nint component ) : string
PickerModel ( IList values ) : System
Selected ( UIPickerView picker, nint row, nint component ) : void

Method Details

GetComponentCount() public méthode

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

GetRowHeight() public méthode

public GetRowHeight ( UIPickerView picker, nint component ) : nfloat
picker UIPickerView
component nint
Résultat nfloat

GetRowsInComponent() public méthode

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

PickerModel() public méthode

public PickerModel ( IList values ) : System
values IList
Résultat System

Selected() public méthode

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

Property Details

values public_oe property

public IList values
Résultat IList