C# 클래스 Crayon.Sample.UIPickerViewExample.UIPickerViewModelExample

상속: UIPickerViewModel
파일 보기 프로젝트 열기: jamilgeor/Crayon

공개 메소드들

메소드 설명
GetComponentCount ( UIPickerView picker ) : int
GetRowHeight ( UIPickerView picker, int component ) : float
GetRowsInComponent ( UIPickerView picker, int component ) : int
GetTitle ( UIPickerView picker, int row, int component ) : string
UIPickerViewModelExample ( ) : System.Collections.Generic

메소드 상세

GetComponentCount() 공개 메소드

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

GetRowHeight() 공개 메소드

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

GetRowsInComponent() 공개 메소드

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

GetTitle() 공개 메소드

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

UIPickerViewModelExample() 공개 메소드

public UIPickerViewModelExample ( ) : System.Collections.Generic
리턴 System.Collections.Generic