Свойство | Type | Description | |
---|---|---|---|
dynamics | Item>.Dictionary |
Méthode | Description | |
---|---|---|
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 |
Méthode | Description | |
---|---|---|
GetItems ( bool forDisplay ) : System.Item[] |
public AddDynamic ( string ID, System.Item item ) : void | ||
ID | string | |
item | System.Item | |
Résultat | void |
public ConfigurationData ( ) : Jackett.Services | ||
Résultat | Jackett.Services |
public ConfigurationData ( JToken json, IProtectionService ps ) : Jackett.Services | ||
json | JToken | |
ps | IProtectionService | |
Résultat | Jackett.Services |
public GetDynamic ( string ID ) : System.Item | ||
ID | string | |
Résultat | System.Item |
public LoadValuesFromJson ( JToken json, IProtectionService ps = null ) : void | ||
json | JToken | |
ps | IProtectionService | |
Résultat | void |
public ToJson ( IProtectionService ps, bool forDisplay = true ) : JToken | ||
ps | IProtectionService | |
forDisplay | bool | |
Résultat | JToken |