C# 클래스 SharpMobileCode.ModalPicker.CustomPickerModel

상속: UIPickerViewModel
파일 보기 프로젝트 열기: SharpMobileCode/ModalPickerViewController

공개 메소드들

메소드 설명
CustomPickerModel ( List itemsList ) : System
GetComponentCount ( UIPickerView picker ) : nint
GetRowsInComponent ( UIPickerView picker, nint component ) : nint
GetView ( UIPickerView picker, nint row, nint component, UIView view ) : UIView

메소드 상세

CustomPickerModel() 공개 메소드

public CustomPickerModel ( List itemsList ) : System
itemsList List
리턴 System

GetComponentCount() 공개 메소드

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

GetRowsInComponent() 공개 메소드

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

GetView() 공개 메소드

public GetView ( UIPickerView picker, nint row, nint component, UIView view ) : UIView
picker UIPickerView
row nint
component nint
view UIView
리턴 UIView