Class SearchPluginCategory
Search plugin category.
Inheritance
System.Object
SearchPluginCategory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QBittorrent.Client
Assembly: QBittorrent.Client.dll
Syntax
public class SearchPluginCategory
Constructors
| Improve this Doc View SourceSearchPluginCategory()
Initializes a new instance of SearchPluginCategory.
Declaration
public SearchPluginCategory()
SearchPluginCategory(String)
Initializes a new instance of SearchPluginCategory.
Declaration
public SearchPluginCategory(string idAndName)
Parameters
Type | Name | Description |
---|---|---|
System.String | idAndName | The ID and name of search plugin category. |
SearchPluginCategory(String, String)
Initializes a new instance of SearchPluginCategory.
Declaration
public SearchPluginCategory(string id, string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The ID of search plugin category. |
System.String | name | The name of search plugin category. |
Properties
| Improve this Doc View SourceId
Gets or sets the ID of search plugin category.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name of search plugin category.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |