C# 클래스 MonoTouch.Dialog.Extensions.InchFractionElement

상속: MonoTouch.Dialog.StringElement
파일 보기 프로젝트 열기: SuperYeti/MonoTouch.Dialog.Extensions 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RealValue decimal
fractionPicker UIPickerView
maxInches int
minInches int

공개 메소드들

메소드 설명
CreatePicker ( ) : UIPickerView
GetCell ( UITableView tv ) : UITableViewCell
InchFractionElement ( string caption, decimal realValue ) : System
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
PickerFrameWithSize ( SizeF size ) : RectangleF

메소드 상세

CreatePicker() 공개 메소드

public CreatePicker ( ) : UIPickerView
리턴 UIPickerView

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

InchFractionElement() 공개 메소드

public InchFractionElement ( string caption, decimal realValue ) : System
caption string
realValue decimal
리턴 System

Selected() 공개 메소드

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

프로퍼티 상세

RealValue 공개적으로 프로퍼티

public decimal RealValue
리턴 decimal

fractionPicker 공개적으로 프로퍼티

public UIPickerView fractionPicker
리턴 UIPickerView

maxInches 공개적으로 프로퍼티

public int maxInches
리턴 int

minInches 공개적으로 프로퍼티

public int minInches
리턴 int