Anilibria.NET API Anilibria.NET API
Anilibria.NET API Anilibria.NET API
Author: Ilya Kotomin

Search Results for

    Class Team

    The team that worked on the title

    Inheritance
    System.Object
    Team
    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.Models.TitleModel
    Assembly: Anilibria.NET.dll
    Syntax
    public class Team

    Properties

    Count

    Team members count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    Decors

    People who decor the title

    Declaration
    [JsonProperty("decor")]
    public List<string>? Decors { get; }
    Property Value
    Type Description
    System.Nullable<List<System.String>>

    Editors

    People who etid the title

    Declaration
    [JsonProperty("editing")]
    public List<string>? Editors { get; }
    Property Value
    Type Description
    System.Nullable<List<System.String>>

    Timings

    People who made timings for the title

    Declaration
    [JsonProperty("timing")]
    public List<string>? Timings { get; }
    Property Value
    Type Description
    System.Nullable<List<System.String>>

    Translators

    People who translated the title

    Declaration
    [JsonProperty("translator")]
    public List<string>? Translators { get; }
    Property Value
    Type Description
    System.Nullable<List<System.String>>

    Voicers

    People who voiced the title

    Declaration
    [JsonProperty("voice")]
    public List<string>? Voicers { get; }
    Property Value
    Type Description
    System.Nullable<List<System.String>>
    anilibria.tv