C# Class xamarin_sample.PickerModel

Inheritance: UIPickerViewModel
Mostra file Open project: phatware/WritePadSDK

Public Properties

Property Type Description
values IList

Public Methods

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

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

GetRowHeight() public method

public GetRowHeight ( UIPickerView picker, nint component ) : nfloat
picker UIPickerView
component nint
return nfloat

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

PickerModel() public method

public PickerModel ( IList values ) : System
values IList
return System

Selected() public method

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

Property Details

values public_oe property

public IList values
return IList