C# Class MonoTouch.Dialog.Extensions.InchFractionElement

Inheritance: MonoTouch.Dialog.StringElement
显示文件 Open project: SuperYeti/MonoTouch.Dialog.Extensions Class Usage Examples

Public Properties

Property Type Description
RealValue decimal
fractionPicker UIPickerView
maxInches int
minInches int

Public Methods

Method Description
CreatePicker ( ) : UIPickerView
GetCell ( UITableView tv ) : UITableViewCell
InchFractionElement ( string caption, decimal realValue ) : System
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
PickerFrameWithSize ( SizeF size ) : RectangleF

Method Details

CreatePicker() public method

public CreatePicker ( ) : UIPickerView
return UIPickerView

Dispose() protected method

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

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

InchFractionElement() public method

public InchFractionElement ( string caption, decimal realValue ) : System
caption string
realValue decimal
return System

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc MonoTouch.Dialog.DialogViewController
tableView UITableView
path NSIndexPath
return void

Property Details

RealValue public_oe property

public decimal RealValue
return decimal

fractionPicker public_oe property

public UIPickerView fractionPicker
return UIPickerView

maxInches public_oe property

public int maxInches
return int

minInches public_oe property

public int minInches
return int