logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class InstallationConstants.ReflectionProperties

    Property names used for reflection

    Inheritance
    object
    InstallationConstants.ReflectionProperties
    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 InstallationConstants.ReflectionProperties

    Fields

    AUDIO_CLIP

    Declaration
    public const string AUDIO_CLIP = "AudioClip"
    Field Value
    Type Description
    string

    AUDIO_CLIP_DEFINITION

    Declaration
    public const string AUDIO_CLIP_DEFINITION = "Serenity.Domain.Interfaces.IAudioPlayerClipDefinition.AudioClip"
    Field Value
    Type Description
    string

    COMPONENTS

    Declaration
    public const string COMPONENTS = "Components"
    Field Value
    Type Description
    string

    SFX_SUFFIX

    Declaration
    public const string SFX_SUFFIX = "Sfx"
    Field Value
    Type Description
    string

    SOUNDS

    Declaration
    public const string SOUNDS = "Sounds"
    Field Value
    Type Description
    string

    SOUND_SUFFIX

    Declaration
    public const string SOUND_SUFFIX = "Sound"
    Field Value
    Type Description
    string

    TEMPLATE_SUFFIX

    Declaration
    public const string TEMPLATE_SUFFIX = "Template"
    Field Value
    Type Description
    string

    UI_THEME_COMPONENTS

    Declaration
    public const string UI_THEME_COMPONENTS = "Serenity.Domain.Interfaces.IUiThemeDefinition.Components"
    Field Value
    Type Description
    string

    UI_THEME_SOUNDS

    Declaration
    public const string UI_THEME_SOUNDS = "Serenity.Domain.Interfaces.IUiThemeDefinition.Sounds"
    Field Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved