C# Класс FlipperDotNet.Adapter.MemoryAdapter

Наследование: IAdapter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

Add() публичный Метод

public Add ( Feature feature ) : void
feature Feature
Результат void

Clear() публичный Метод

public Clear ( Feature feature ) : void
feature Feature
Результат void

Disable() публичный Метод

public Disable ( Feature feature, IGate gate, object thing ) : void
feature Feature
gate IGate
thing object
Результат void

Enable() публичный Метод

public Enable ( Feature feature, IGate gate, object thing ) : void
feature Feature
gate IGate
thing object
Результат void

Get() публичный Метод

public Get ( Feature feature ) : object>.IDictionary
feature Feature
Результат object>.IDictionary

Remove() публичный Метод

public Remove ( Feature feature ) : void
feature Feature
Результат void