logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class MusicPlayerResumeSongInput

    Input data transfer object for resuming a song in the music player.

    Inheritance
    object
    MusicPlayerResumeSongInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.MusicPlayer.Application.DTO
    Assembly: Serenity.MusicPlayer.Application.dll
    Syntax
    public class MusicPlayerResumeSongInput

    Constructors

    MusicPlayerResumeSongInput(string)

    Initializes a new instance of the MusicPlayerResumeSongInput class.

    Declaration
    public MusicPlayerResumeSongInput(string serviceId)
    Parameters
    Type Name Description
    string serviceId

    The ID of the service requesting the resume song action.

    Fields

    ServiceId

    Declaration
    public string ServiceId
    Field Value
    Type Description
    string

    Gets the service ID.

    In this article
    © 2026 Serenity. All Rights Reserved