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

Search Results for

    Class SeasonConfiguration

    Configuration of season

    Inheritance
    System.Object
    SeasonConfiguration
    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 SeasonConfiguration

    Properties

    Code

    Season as System.Int32

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

    DayOfWeek

    CISDaysOfWeek day on which the title was released

    Declaration
    public CISDaysOfWeek DayOfWeek { get; }
    Property Value
    Type Description
    CISDaysOfWeek

    Season

    Season of title

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

    String

    Season as String in russian

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

    WeekDay

    Number of the day on which the title was released

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

    Year

    Year of title release day

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

    Methods

    ToString()

    Override on .Tostring()

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

    String Year DayOfWeek as System.String

    Overrides
    System.Object.ToString()
    anilibria.tv