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

Search Results for

    Class Feed

    Website news feed

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

    Properties

    Title

    Title from feed

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

    YouTubePost

    Youtube post from feed

    Declaration
    [JsonProperty("youtube")]
    public YouTubePost YouTubePost { get; }
    Property Value
    Type Description
    YouTubePost

    Methods

    ToString()

    Override on .ToString()

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

    YouTube post name or Title name in russian

    Overrides
    System.Object.ToString()
    anilibria.tv