C# Class KNFoundation.KNUserDefaults

Afficher le fichier Open project: bt-browser/KNFoundation

Méthodes publiques

Méthode Description
BoolForKey ( string key ) : bool
Clear ( ) : void
DoubleForKey ( string key ) : double
IntegerForKey ( string key ) : int
ObjectForKey ( string key ) : object
SetBoolForKey ( bool value, string key ) : void
SetDoubleForKey ( double value, string key ) : void
SetIntegerForKey ( int value, string key ) : void
SetObjectForKey ( object obj, string key ) : void
SetStringForKey ( string value, string key ) : void
SetValueForKey ( Object value, String key ) : void
StandardUserDefaults ( ) : KNUserDefaults
StringForKey ( string key ) : string
Synchronise ( ) : void
UserDefaultsForDomain ( string domain ) : KNUserDefaults
ValueForKey ( String key ) : Object

Private Methods

Méthode Description
KNUserDefaults ( string domain ) : System

Method Details

BoolForKey() public méthode

public BoolForKey ( string key ) : bool
key string
Résultat bool

Clear() public méthode

public Clear ( ) : void
Résultat void

DoubleForKey() public méthode

public DoubleForKey ( string key ) : double
key string
Résultat double

IntegerForKey() public méthode

public IntegerForKey ( string key ) : int
key string
Résultat int

ObjectForKey() public méthode

public ObjectForKey ( string key ) : object
key string
Résultat object

SetBoolForKey() public méthode

public SetBoolForKey ( bool value, string key ) : void
value bool
key string
Résultat void

SetDoubleForKey() public méthode

public SetDoubleForKey ( double value, string key ) : void
value double
key string
Résultat void

SetIntegerForKey() public méthode

public SetIntegerForKey ( int value, string key ) : void
value int
key string
Résultat void

SetObjectForKey() public méthode

public SetObjectForKey ( object obj, string key ) : void
obj object
key string
Résultat void

SetStringForKey() public méthode

public SetStringForKey ( string value, string key ) : void
value string
key string
Résultat void

SetValueForKey() public méthode

public SetValueForKey ( Object value, String key ) : void
value Object
key String
Résultat void

StandardUserDefaults() public static méthode

public static StandardUserDefaults ( ) : KNUserDefaults
Résultat KNUserDefaults

StringForKey() public méthode

public StringForKey ( string key ) : string
key string
Résultat string

Synchronise() public méthode

public Synchronise ( ) : void
Résultat void

UserDefaultsForDomain() public static méthode

public static UserDefaultsForDomain ( string domain ) : KNUserDefaults
domain string
Résultat KNUserDefaults

ValueForKey() public méthode

public ValueForKey ( String key ) : Object
key String
Résultat Object