C# Class SharpMobileCode.ModalPicker.CustomPickerModel

Inheritance: UIPickerViewModel
Afficher le fichier Open project: SharpMobileCode/ModalPickerViewController

Méthodes publiques

Méthode Description
CustomPickerModel ( List itemsList ) : System
GetComponentCount ( UIPickerView picker ) : nint
GetRowsInComponent ( UIPickerView picker, nint component ) : nint
GetView ( UIPickerView picker, nint row, nint component, UIView view ) : UIView

Method Details

CustomPickerModel() public méthode

public CustomPickerModel ( List itemsList ) : System
itemsList List
Résultat System

GetComponentCount() public méthode

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

GetRowsInComponent() public méthode

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

GetView() public méthode

public GetView ( UIPickerView picker, nint row, nint component, UIView view ) : UIView
picker UIPickerView
row nint
component nint
view UIView
Résultat UIView