Show / Hide Table of Contents

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 Source

SearchPluginCategory()

Initializes a new instance of SearchPluginCategory.

Declaration
public SearchPluginCategory()
| Improve this Doc View Source

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.

| Improve this Doc View Source

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 Source

Id

Gets or sets the ID of search plugin category.

Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets or sets the name of search plugin category.

Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018 Pavel Fedarovich