Class PlayOrder
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents an order of a member of the playlist.
C#Copypublic class PlayOrder
- Inheritance
-
objectPlayOrder
Constructors
View Source
PlayOrder(int, int)
Initializes a new instance of the Playlist class with the specified member ID and the order value.
Declaration
C#Copypublic PlayOrder(int memberId, int orderValue)
Parameters
| Type | Name | Description |
|---|---|---|
| int | memberId | The ID of the member. |
| int | orderValue | The order value. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentOutOfRangeException |
|
Properties
Declaration
C#Copypublic int MemberId { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The member ID. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentOutOfRangeException |
|
Declaration
C#Copypublic int Value { get; set; }
Property Value
| Type | Description |
|---|---|
| int | An integer value indicating the order of the member in the playlist. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentOutOfRangeException |
|