logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ServiceNames

    Centralized constants for service names used throughout the application

    Inheritance
    object
    ServiceNames
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Shared.Constants
    Assembly: Serenity.Shared.dll
    Syntax
    public static class ServiceNames

    Fields

    ASSET_PREFETCHER_SERVICE

    Declaration
    public const string ASSET_PREFETCHER_SERVICE = "AssetPrefetcherService"
    Field Value
    Type Description
    string

    AUDIO_PLAYER_SERVICES_WRAPPER

    Declaration
    public const string AUDIO_PLAYER_SERVICES_WRAPPER = "AudioPlayerServices"
    Field Value
    Type Description
    string

    EVENT_DISPATCHER_SERVICE

    Declaration
    public const string EVENT_DISPATCHER_SERVICE = "EventDispatcherService"
    Field Value
    Type Description
    string

    GAME_GRAPHICS_SERVICE

    Declaration
    public const string GAME_GRAPHICS_SERVICE = "GameGraphicsService"
    Field Value
    Type Description
    string

    GAME_SETTINGS_SERVICE

    Declaration
    public const string GAME_SETTINGS_SERVICE = "GameSettingsService"
    Field Value
    Type Description
    string

    INITIALIZATION_PIPELINE_SERVICE

    Declaration
    public const string INITIALIZATION_PIPELINE_SERVICE = "InitializationPipelineService"
    Field Value
    Type Description
    string

    LOCALIZATION_SERVICE

    Declaration
    public const string LOCALIZATION_SERVICE = "LocalizationService"
    Field Value
    Type Description
    string

    MUSIC_PLAYER_SERVICE

    Declaration
    public const string MUSIC_PLAYER_SERVICE = "MusicPlayerService"
    Field Value
    Type Description
    string

    PLAYER_INPUT_SERVICE

    Declaration
    public const string PLAYER_INPUT_SERVICE = "PlayerInputService"
    Field Value
    Type Description
    string

    SOUND_MIXER_SERVICE

    Declaration
    public const string SOUND_MIXER_SERVICE = "SoundMixerService"
    Field Value
    Type Description
    string

    TIMER_SERVICE

    Declaration
    public const string TIMER_SERVICE = "TimerService"
    Field Value
    Type Description
    string

    UI_SERVICE

    Declaration
    public const string UI_SERVICE = "UiService"
    Field Value
    Type Description
    string

    VIEW_BROWSER_SERVICE

    Declaration
    public const string VIEW_BROWSER_SERVICE = "ViewBrowserService"
    Field Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved