C# Class ClanceysLib.CustomPhonePicker

Inheritance: MonoTouch.Dialog.DialogViewController
Show file Open project: Clancey/ClanceyLib

Public Properties

Property Type Description
SelectedValue PersonPickerReturnResult
personPicker MonoTouch.Dialog.StyledStringElement
phoneInput MonoTouch.Dialog.EntryElement

Public Methods

Method Description
CustomPhonePicker ( string currentValue ) : System
setupPicker ( ) : void

Method Details

CustomPhonePicker() public method

public CustomPhonePicker ( string currentValue ) : System
currentValue string
return System

setupPicker() public method

public setupPicker ( ) : void
return void

Property Details

SelectedValue public property

public PersonPickerReturnResult SelectedValue
return PersonPickerReturnResult

personPicker public property

public StyledStringElement,MonoTouch.Dialog personPicker
return MonoTouch.Dialog.StyledStringElement

phoneInput public property

public EntryElement,MonoTouch.Dialog phoneInput
return MonoTouch.Dialog.EntryElement