Class PlayOrder
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents an order of a member of the playlist.
public class PlayOrder
- Inheritance
-
objectPlayOrder
Constructors
View SourcePlayOrder(int, int)
Initializes a new instance of the Playlist class with the specified member ID and the order value.
Declaration
public 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
View SourceMemberId
Gets or sets the member ID.
Declaration
public int MemberId { get; set; }
Property Value
Type | Description |
---|---|
int | The member ID. |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException |
|
Value
Gets or sets the value indicating the order of the member in the playlist.
Declaration
public 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 |
|