C# 클래스 FlexChartSample.LoadAnimationController.ChartTypesModel

상속: UIPickerViewModel
파일 보기 프로젝트 열기: GoXuni/Xamarin.iOS-Samples

공개 메소드들

메소드 설명
ChartTypesModel ( LoadAnimationController tk ) : System
GetComponentCount ( UIPickerView v ) : nint
GetRowsInComponent ( UIPickerView pickerView, nint component ) : nint
GetTitle ( UIPickerView picker, nint row, nint component ) : string
Selected ( UIPickerView picker, nint row, nint component ) : void

메소드 상세

ChartTypesModel() 공개 메소드

public ChartTypesModel ( LoadAnimationController tk ) : System
tk LoadAnimationController
리턴 System

GetComponentCount() 공개 메소드

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

GetRowsInComponent() 공개 메소드

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

GetTitle() 공개 메소드

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

Selected() 공개 메소드

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