C# Class MonoTouch.Dialog.Extensions.InchFractionPickerModel

Inheritance: UIPickerViewModel
Exibir arquivo Open project: SuperYeti/MonoTouch.Dialog.Extensions

Public Properties

Property Type Description
selected NSAction

Public Methods

Method Description
GetComponentCount ( UIPickerView uipv ) : int
GetComponentWidth ( UIPickerView uipv, int comp ) : float
GetRowHeight ( UIPickerView uipv, int comp ) : float
GetRowsInComponent ( UIPickerView uipv, int comp ) : int
GetTitle ( UIPickerView uipv, int row, int comp ) : string
InchFractionPickerModel ( decimal realValue, int minInches, int maxInches ) : System
Selected ( UIPickerView uipv, int row, int comp ) : void
UpdateSelection ( UIPickerView uipv ) : void

Method Details

GetComponentCount() public method

public GetComponentCount ( UIPickerView uipv ) : int
uipv UIPickerView
return int

GetComponentWidth() public method

public GetComponentWidth ( UIPickerView uipv, int comp ) : float
uipv UIPickerView
comp int
return float

GetRowHeight() public method

public GetRowHeight ( UIPickerView uipv, int comp ) : float
uipv UIPickerView
comp int
return float

GetRowsInComponent() public method

public GetRowsInComponent ( UIPickerView uipv, int comp ) : int
uipv UIPickerView
comp int
return int

GetTitle() public method

public GetTitle ( UIPickerView uipv, int row, int comp ) : string
uipv UIPickerView
row int
comp int
return string

InchFractionPickerModel() public method

public InchFractionPickerModel ( decimal realValue, int minInches, int maxInches ) : System
realValue decimal
minInches int
maxInches int
return System

Selected() public method

public Selected ( UIPickerView uipv, int row, int comp ) : void
uipv UIPickerView
row int
comp int
return void

UpdateSelection() public method

public UpdateSelection ( UIPickerView uipv ) : void
uipv UIPickerView
return void

Property Details

selected public_oe property

public NSAction selected
return NSAction