C# Class FirstFloor.ModernUI.Helpers.LimitedStorage

Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( ) : void
Move ( string space, string oldKey, string newKey ) : void
RegisterSpace ( string name, int capacity ) : void
Remove ( string space, string key ) : void
Set ( string space, string key, string value ) : void

Private Methods

Méthode Description
Get ( string space, string key ) : string
LimitedStorage ( ) : System
LoadSpace ( string space ) : KeysList
Save ( string space ) : void

Method Details

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

Move() public static méthode

public static Move ( string space, string oldKey, string newKey ) : void
space string
oldKey string
newKey string
Résultat void

RegisterSpace() public static méthode

public static RegisterSpace ( string name, int capacity ) : void
name string
capacity int
Résultat void

Remove() public static méthode

public static Remove ( string space, string key ) : void
space string
key string
Résultat void

Set() public static méthode

public static Set ( string space, string key, string value ) : void
space string
key string
value string
Résultat void