C# Class MonoTouch.Dialog.Extensions.InchFractionElement

Inheritance: MonoTouch.Dialog.StringElement
Afficher le fichier Open project: SuperYeti/MonoTouch.Dialog.Extensions Class Usage Examples

Méthodes publiques

Свойство Type Description
RealValue decimal
fractionPicker UIPickerView
maxInches int
minInches int

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
PickerFrameWithSize ( SizeF size ) : RectangleF

Method Details

CreatePicker() public méthode

public CreatePicker ( ) : UIPickerView
Résultat UIPickerView

Dispose() protected méthode

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

GetCell() public méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

InchFractionElement() public méthode

public InchFractionElement ( string caption, decimal realValue ) : System
caption string
realValue decimal
Résultat System

Selected() public méthode

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

Property Details

RealValue public_oe property

public decimal RealValue
Résultat decimal

fractionPicker public_oe property

public UIPickerView fractionPicker
Résultat UIPickerView

maxInches public_oe property

public int maxInches
Résultat int

minInches public_oe property

public int minInches
Résultat int