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