C# Class FlipperDotNet.Adapter.MemoryAdapter

Inheritance: IAdapter
Afficher le fichier Open project: paybyphone/flipperdotnet Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Feature feature ) : void
Clear ( Feature feature ) : void
Disable ( Feature feature, IGate gate, object thing ) : void
Enable ( Feature feature, IGate gate, object thing ) : void
Get ( Feature feature ) : object>.IDictionary
Remove ( Feature feature ) : void

Private Methods

Méthode Description
AddToSet ( string key, string value ) : void
Delete ( string key ) : void
EnsureSetExists ( string key ) : void
Key ( Feature feature, IGate gate ) : string
ReadBool ( string key ) : string
ReadInt ( string key ) : string
ReadSet ( string key ) : ISet
RemoveFromSet ( string key, string value ) : void
UnsupportedDataType ( IGate gate ) : void
Write ( string key, string value ) : void

Method Details

Add() public méthode

public Add ( Feature feature ) : void
feature Feature
Résultat void

Clear() public méthode

public Clear ( Feature feature ) : void
feature Feature
Résultat void

Disable() public méthode

public Disable ( Feature feature, IGate gate, object thing ) : void
feature Feature
gate IGate
thing object
Résultat void

Enable() public méthode

public Enable ( Feature feature, IGate gate, object thing ) : void
feature Feature
gate IGate
thing object
Résultat void

Get() public méthode

public Get ( Feature feature ) : object>.IDictionary
feature Feature
Résultat object>.IDictionary

Remove() public méthode

public Remove ( Feature feature ) : void
feature Feature
Résultat void