C# Class Cirrious.MvvmCross.Binding.Touch.Views.MvxPickerViewModel

Inheritance: UIPickerViewModel
Show file Open project: Everbridge/sm-MvvmCross Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method 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 method

protected CollectionChangedOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetComponentCount() public method

public GetComponentCount ( UIPickerView picker ) : nint
picker UIPickerView
return nint

GetRowsInComponent() public method

public GetRowsInComponent ( UIPickerView picker, nint component ) : nint
picker UIPickerView
component nint
return nint

GetTitle() public method

public GetTitle ( UIPickerView picker, nint row, nint component ) : string
picker UIPickerView
row nint
component nint
return string

MvxPickerViewModel() public method

public MvxPickerViewModel ( UIPickerView pickerView ) : System
pickerView UIPickerView
return System

Reload() protected method

protected Reload ( ) : void
return void

RowTitle() protected method

protected RowTitle ( nint row, object item ) : string
row nint
item object
return string

Selected() public method

public Selected ( UIPickerView picker, nint row, nint component ) : void
picker UIPickerView
row nint
component nint
return void

ShowSelectedItem() protected method

protected ShowSelectedItem ( ) : void
return void