Метод | Описание | |
---|---|---|
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 |
public Disable ( Feature feature, IGate gate, object thing ) : void | ||
feature | Feature | |
gate | IGate | |
thing | object | |
Результат | void |
public Enable ( Feature feature, IGate gate, object thing ) : void | ||
feature | Feature | |
gate | IGate | |
thing | object | |
Результат | void |
public Get ( Feature feature ) : object>.IDictionary |
||
feature | Feature | |
Результат | object>.IDictionary |