프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( JToken json, IProtectionService ps ) : Jackett.Services | ||
json | JToken | |
ps | IProtectionService | |
리턴 | Jackett.Services |
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 |