C# Class ClanceysLib.CustomEmailPicker

Inheritance: MonoTouch.Dialog.DialogViewController
Afficher le fichier Open project: Clancey/ClanceyLib

Méthodes publiques

Свойство Type Description
SelectedValue PersonPickerReturnResult
emailInput MonoTouch.Dialog.EntryElement
personPicker MonoTouch.Dialog.StyledStringElement

Méthodes publiques

Méthode Description
CustomEmailPicker ( string currentValue ) : System
setupPicker ( ) : void

Method Details

CustomEmailPicker() public méthode

public CustomEmailPicker ( string currentValue ) : System
currentValue string
Résultat System

setupPicker() public méthode

public setupPicker ( ) : void
Résultat void

Property Details

SelectedValue public_oe property

public PersonPickerReturnResult SelectedValue
Résultat PersonPickerReturnResult

emailInput public_oe property

public EntryElement,MonoTouch.Dialog emailInput
Résultat MonoTouch.Dialog.EntryElement

personPicker public_oe property

public StyledStringElement,MonoTouch.Dialog personPicker
Résultat MonoTouch.Dialog.StyledStringElement