C# Class FlipperDotNet.Adapter.MemoryAdapter

Inheritance: IAdapter
Datei anzeigen Open project: paybyphone/flipperdotnet Class Usage Examples

Public Methods

Method 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

Method 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 method

public Add ( Feature feature ) : void
feature Feature
return void

Clear() public method

public Clear ( Feature feature ) : void
feature Feature
return void

Disable() public method

public Disable ( Feature feature, IGate gate, object thing ) : void
feature Feature
gate IGate
thing object
return void

Enable() public method

public Enable ( Feature feature, IGate gate, object thing ) : void
feature Feature
gate IGate
thing object
return void

Get() public method

public Get ( Feature feature ) : object>.IDictionary
feature Feature
return object>.IDictionary

Remove() public method

public Remove ( Feature feature ) : void
feature Feature
return void