C# 클래스 xamarin_sample.PickerModel

상속: UIPickerViewModel
파일 보기 프로젝트 열기: phatware/WritePadSDK

공개 프로퍼티들

프로퍼티 타입 설명
values IList

공개 메소드들

메소드 설명
GetComponentCount ( UIPickerView picker ) : nint
GetRowHeight ( UIPickerView picker, nint component ) : nfloat
GetRowsInComponent ( UIPickerView picker, nint component ) : nint
GetTitle ( UIPickerView picker, nint row, nint component ) : string
PickerModel ( IList values ) : System
Selected ( UIPickerView picker, nint row, nint component ) : void

메소드 상세

GetComponentCount() 공개 메소드

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

GetRowHeight() 공개 메소드

public GetRowHeight ( UIPickerView picker, nint component ) : nfloat
picker UIPickerView
component nint
리턴 nfloat

GetRowsInComponent() 공개 메소드

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

GetTitle() 공개 메소드

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

PickerModel() 공개 메소드

public PickerModel ( IList values ) : System
values IList
리턴 System

Selected() 공개 메소드

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

프로퍼티 상세

values 공개적으로 프로퍼티

public IList values
리턴 IList