Class SearchQueryBuilder
Query builder class. Use it to search titles at SearchTitlesAsync(SearchQueryBuilder). You get search by voiceover team, text, ganres, seasons and years
Inheritance
System.Object
SearchQueryBuilder
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: Anilibria.NET.Builders
Assembly: Anilibria.NET.dll
Syntax
public class SearchQueryBuilder
Constructors
SearchQueryBuilder(Int32, Int32)
Creating of seach builder
Declaration
public SearchQueryBuilder(int limit, int after)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | limit | Limit of Titles in response |
| System.Int32 | after | Response tiltes after that index |
Fields
AfterIndex
Search titels after this index
Declaration
public int AfterIndex
Field Value
| Type | Description |
|---|---|
| System.Int32 |
LimitIndex
Titels limit in query
Declaration
public int LimitIndex
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
SearchByDecors(String[])
Adds decors to search
Declaration
public void SearchByDecors(string[] decors)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | decors | Decors to search |
SearchByEditors(String[])
Adds editors to search
Declaration
public void SearchByEditors(string[] editors)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | editors | Editors to search |
SearchByGenres(String[])
Adds genres to search
Declaration
public void SearchByGenres(string[] genres)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | genres | Genres to search |
SearchBySeasons(Season[])
Adds seasons to search
Declaration
public void SearchBySeasons(Season[] seasons)
Parameters
| Type | Name | Description |
|---|---|---|
| Season[] | seasons | Seasons to search key |
SearchByText(String)
Adds text to search
Declaration
public void SearchByText(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text | text to search key |
SearchByTimings(String[])
Adds timings to search
Declaration
public void SearchByTimings(string[] timings)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | timings | Timings to search |
SearchByTranslators(String[])
Adds translators to search
Declaration
public void SearchByTranslators(string[] translators)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | translators | Translators to search |
SearchByVoicers(String[])
Adds voicers to search
Declaration
public void SearchByVoicers(string[] voicers)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | voicers | Voicers to search keys |
SearchByYear(Int32)
Adds year to search
Declaration
public void SearchByYear(int year)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | year | Year to search key |
SearchByYear(Int32[])
Adds years to search
Declaration
public void SearchByYear(int[] years)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32[] | years | Years to search key |