C# Class ClanceysLib.CustomPhonePicker

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

CustomPhonePicker() public méthode

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

personPicker public_oe property

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

phoneInput public_oe property

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