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

Search Results for

    Class Posters

    Class containing small, medium and original Posters for the title

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

    Properties

    Medium

    Medium size poster

    Declaration
    [JsonProperty("medium")]
    public Poster Medium { get; }
    Property Value
    Type Description
    Poster

    Original

    Original size poster

    Declaration
    [JsonProperty("original")]
    public Poster Original { get; }
    Property Value
    Type Description
    Poster

    Small

    Small size poster

    Declaration
    [JsonProperty("small")]
    public Poster Small { get; }
    Property Value
    Type Description
    Poster
    anilibria.tv