C# 클래스 BillSplitter.AppDelegate.PeopleModel

상속: UIPickerViewModel
파일 보기 프로젝트 열기: conceptdev/BillSplitter

공개 메소드들

메소드 설명
GetComponentCount ( UIPickerView v ) : int
GetComponentWidth ( UIPickerView picker, int component ) : float
GetRowHeight ( UIPickerView picker, int component ) : float
GetRowsInComponent ( UIPickerView pickerView, int component ) : int
GetTitle ( UIPickerView picker, int row, int component ) : string
PeopleModel ( AppDelegate pvc ) : System
Selected ( UIPickerView picker, int row, int component ) : void

메소드 상세

GetComponentCount() 공개 메소드

public GetComponentCount ( UIPickerView v ) : int
v UIPickerView
리턴 int

GetComponentWidth() 공개 메소드

public GetComponentWidth ( UIPickerView picker, int component ) : float
picker UIPickerView
component int
리턴 float

GetRowHeight() 공개 메소드

public GetRowHeight ( UIPickerView picker, int component ) : float
picker UIPickerView
component int
리턴 float

GetRowsInComponent() 공개 메소드

public GetRowsInComponent ( UIPickerView pickerView, int component ) : int
pickerView UIPickerView
component int
리턴 int

GetTitle() 공개 메소드

public GetTitle ( UIPickerView picker, int row, int component ) : string
picker UIPickerView
row int
component int
리턴 string

PeopleModel() 공개 메소드

public PeopleModel ( AppDelegate pvc ) : System
pvc AppDelegate
리턴 System

Selected() 공개 메소드

public Selected ( UIPickerView picker, int row, int component ) : void
picker UIPickerView
row int
component int
리턴 void