C# Class ClanceysLib.CustomEmailPicker

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

Public Properties

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

Public Methods

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

Method Details

CustomEmailPicker() public method

public CustomEmailPicker ( 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

emailInput public property

public EntryElement,MonoTouch.Dialog emailInput
return MonoTouch.Dialog.EntryElement

personPicker public property

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