Class MusicPlayerPlayPreviousSongInput
Input data transfer object for playing the previous song in the music player.
Inherited Members
Namespace: Serenity.MusicPlayer.Application.DTO
Assembly: Serenity.MusicPlayer.Application.dll
Syntax
public class MusicPlayerPlayPreviousSongInput
Constructors
MusicPlayerPlayPreviousSongInput(string)
Initializes a new instance of the MusicPlayerPlayPreviousSongInput class.
Declaration
public MusicPlayerPlayPreviousSongInput(string serviceId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | serviceId | The ID of the service requesting the previous song action. |
Fields
ServiceId
Declaration
public string ServiceId
Field Value
| Type | Description |
|---|---|
| string | Gets the service ID. |