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

Search Results for

    Class TitleTypeConfiguration

    This class contains the type of the Title as well as the number of episodes in total in the title and length of episodes

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

    Properties

    Code

    TitleType as System.Int32

    Declaration
    [JsonProperty("code")]
    public int? Code { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    FullTypeString

    TitleType as string with Series

    Declaration
    [JsonProperty("full_string")]
    public string FullTypeString { get; }
    Property Value
    Type Description
    System.String

    Length

    Length of episodes as System.String in minutes

    Declaration
    [JsonProperty("length")]
    public int? Length { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Series

    Total number or series

    Declaration
    [JsonProperty("series")]
    public int? Series { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Type

    Type of Title

    Declaration
    public TitleType Type { get; }
    Property Value
    Type Description
    TitleType

    TypeString

    TitleType as System.String

    Declaration
    [JsonProperty("string")]
    public string TypeString { get; }
    Property Value
    Type Description
    System.String

    Methods

    ToString()

    Override on .Tostring()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    FullTypeString

    Overrides
    System.Object.ToString()
    anilibria.tv