C# Class MvvmCross.Binding.iOS.Views.MvxPickerViewModel

Inheritance: UIPickerViewModel
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
CollectionChangedOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
Dispose ( bool disposing ) : void
Reload ( ) : void
RowTitle ( nint row, object item ) : string
ShowSelectedItem ( ) : void

Method Details

CollectionChangedOnCollectionChanged() protected méthode

protected CollectionChangedOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

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

GetTitle() public méthode

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

MvxPickerViewModel() public méthode

public MvxPickerViewModel ( UIPickerView pickerView ) : System
pickerView UIPickerView
Résultat System

Reload() protected méthode

protected Reload ( ) : void
Résultat void

RowTitle() protected méthode

protected RowTitle ( nint row, object item ) : string
row nint
item object
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

ShowSelectedItem() protected méthode

protected ShowSelectedItem ( ) : void
Résultat void