Class SeriesInformation

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
6

Represents properties for the video series information.

C#
Copy
public class SeriesInformation
Inheritance
System.Object
SeriesInformation

Constructors

View Source

SeriesInformation(Int32, String)

Initializes a new instance of the SeriesInformation class.

Declaration
C#
Copy
public SeriesInformation(int number, string title)
Parameters
Type Name Description
System.Int32 number

The order of this video in entire series.

System.String title

The title.

API Level: 6

Properties

View Source

Number

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

Declaration
C#
Copy
public int Number { get; }
Property Value
Type Description
System.Int32
API Level: 6
View Source

Title

Gets or sets the title.

Declaration
C#
Copy
public string Title { get; }
Property Value
Type Description
System.String
API Level: 6

Methods

View Source

ToString()

Returns a string that represents the current object.

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

A string that represents the current object.

Overrides
System.Object.ToString()
API Level: 6