C# Class MonoDroidToolkit.IntListPreference

Specify a value list of integers for your list preference
Inheritance: ListPreference
Afficher le fichier Open project: jamesmontemagno/MonoDroidToolkit

Méthodes publiques

Méthode Description
IntListPreference ( Android.Content.Context context ) : Android.Content
IntListPreference ( Android.Content.Context context, IAttributeSet attrs ) : Android.Content

Méthodes protégées

Méthode Description
GetPersistedString ( string defaultReturnValue ) : string
PersistString ( string value ) : bool

Method Details

GetPersistedString() protected méthode

protected GetPersistedString ( string defaultReturnValue ) : string
defaultReturnValue string
Résultat string

IntListPreference() public méthode

public IntListPreference ( Android.Content.Context context ) : Android.Content
context Android.Content.Context
Résultat Android.Content

IntListPreference() public méthode

public IntListPreference ( Android.Content.Context context, IAttributeSet attrs ) : Android.Content
context Android.Content.Context
attrs IAttributeSet
Résultat Android.Content

PersistString() protected méthode

protected PersistString ( string value ) : bool
value string
Résultat bool