C# Class FiveUI.FileStore

Afficher le fichier Open project: GaloisInc/FiveUI

Méthodes publiques

Méthode Description
GetBucket ( string key ) : string
GetBuckets ( ) : IEnumerable
RemoveBucket ( string key ) : void

Private Methods

Méthode Description
GetBase ( ) : string

Method Details

GetBucket() public static méthode

public static GetBucket ( string key ) : string
key string
Résultat string

GetBuckets() public static méthode

public static GetBuckets ( ) : IEnumerable
Résultat IEnumerable

RemoveBucket() public static méthode

public static RemoveBucket ( string key ) : void
key string
Résultat void