Class PlayOrder
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
- API Level:
- 4
Represents an order of a member of the playlist.
C#Copypublic class PlayOrder
- Inheritance
-
System.ObjectPlayOrder
Constructors
View Source
PlayOrder(Int32, Int32)
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 |
---|---|---|
Int32 | memberId | The ID of the member. |
Int32 | orderValue | The order value. |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException |
|
API Level: 4
Properties
Declaration
C#Copypublic int MemberId { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The member ID. |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException |
|
API Level: 4
Declaration
C#Copypublic int Value { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer value indicating the order of the member in the playlist. |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException |
|