Свойство | Тип | Описание | |
---|---|---|---|
dynamics | Item>.Dictionary |
Метод | Описание | |
---|---|---|
AddDynamic ( string ID, System.Item item ) : void | ||
ConfigurationData ( ) : Jackett.Services | ||
ConfigurationData ( JToken json, IProtectionService ps ) : Jackett.Services | ||
GetDynamic ( string ID ) : System.Item | ||
LoadValuesFromJson ( JToken json, IProtectionService ps = null ) : void | ||
ToJson ( IProtectionService ps, bool forDisplay = true ) : JToken |
Метод | Описание | |
---|---|---|
GetItems ( bool forDisplay ) : System.Item[] |
public AddDynamic ( string ID, System.Item item ) : void | ||
ID | string | |
item | System.Item | |
Результат | void |
public ConfigurationData ( ) : Jackett.Services | ||
Результат | Jackett.Services |
public ConfigurationData ( JToken json, IProtectionService ps ) : Jackett.Services | ||
json | JToken | |
ps | IProtectionService | |
Результат | Jackett.Services |
public GetDynamic ( string ID ) : System.Item | ||
ID | string | |
Результат | System.Item |
public LoadValuesFromJson ( JToken json, IProtectionService ps = null ) : void | ||
json | JToken | |
ps | IProtectionService | |
Результат | void |
public ToJson ( IProtectionService ps, bool forDisplay = true ) : JToken | ||
ps | IProtectionService | |
forDisplay | bool | |
Результат | JToken |