Class ServiceNames
Centralized constants for service names used throughout the application
Assembly: Serenity.Shared.dll
Syntax
public static class ServiceNames
Fields
ASSET_PREFETCHER_SERVICE
Declaration
public const string ASSET_PREFETCHER_SERVICE = "AssetPrefetcherService"
Field Value
AUDIO_PLAYER_SERVICES_WRAPPER
Declaration
public const string AUDIO_PLAYER_SERVICES_WRAPPER = "AudioPlayerServices"
Field Value
EVENT_DISPATCHER_SERVICE
Declaration
public const string EVENT_DISPATCHER_SERVICE = "EventDispatcherService"
Field Value
GAME_GRAPHICS_SERVICE
Declaration
public const string GAME_GRAPHICS_SERVICE = "GameGraphicsService"
Field Value
GAME_SETTINGS_SERVICE
Declaration
public const string GAME_SETTINGS_SERVICE = "GameSettingsService"
Field Value
INITIALIZATION_PIPELINE_SERVICE
Declaration
public const string INITIALIZATION_PIPELINE_SERVICE = "InitializationPipelineService"
Field Value
LOCALIZATION_SERVICE
Declaration
public const string LOCALIZATION_SERVICE = "LocalizationService"
Field Value
MUSIC_PLAYER_SERVICE
Declaration
public const string MUSIC_PLAYER_SERVICE = "MusicPlayerService"
Field Value
Declaration
public const string PLAYER_INPUT_SERVICE = "PlayerInputService"
Field Value
SOUND_MIXER_SERVICE
Declaration
public const string SOUND_MIXER_SERVICE = "SoundMixerService"
Field Value
TIMER_SERVICE
Declaration
public const string TIMER_SERVICE = "TimerService"
Field Value
UI_SERVICE
Declaration
public const string UI_SERVICE = "UiService"
Field Value
VIEW_BROWSER_SERVICE
Declaration
public const string VIEW_BROWSER_SERVICE = "ViewBrowserService"
Field Value