Class SeriesInformation

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Represents properties for the video series information.

    public class SeriesInformation
    Inheritance
    object
    SeriesInformation

    Constructors

    View Source

    SeriesInformation(int, string)

    Initializes a new instance of the SeriesInformation class.

    Declaration
    public SeriesInformation(int number, string title)
    Parameters
    Type Name Description
    int number

    The order of this video in entire series.

    string title

    The title.

    Properties

    View Source

    Number

    Gets or sets the order of this video in entire series.

    Declaration
    public int Number { get; }
    Property Value
    Type Description
    int
    View Source

    Title

    Gets or sets the title.

    Declaration
    public string Title { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX