logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UiTemplateNames

    Centralized constants for UI component template names

    Inheritance
    object
    UiTemplateNames
    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 UiTemplateNames

    Fields

    ALL_TEMPLATES

    All template names as an array for iteration

    Declaration
    public static readonly string[] ALL_TEMPLATES
    Field Value
    Type Description
    string[]

    DROPDOWN_TEMPLATE

    Declaration
    public const string DROPDOWN_TEMPLATE = "DropdownTemplate"
    Field Value
    Type Description
    string

    INPUT_TEMPLATE

    Declaration
    public const string INPUT_TEMPLATE = "InputTemplate"
    Field Value
    Type Description
    string

    MODAL_TEMPLATE

    Declaration
    public const string MODAL_TEMPLATE = "ModalTemplate"
    Field Value
    Type Description
    string

    SELECTABLE_TEMPLATE

    Declaration
    public const string SELECTABLE_TEMPLATE = "SelectableTemplate"
    Field Value
    Type Description
    string

    SLIDEABLE_TEMPLATE

    Declaration
    public const string SLIDEABLE_TEMPLATE = "SlideableTemplate"
    Field Value
    Type Description
    string

    SUBMITTABLE_TEMPLATE

    Declaration
    public const string SUBMITTABLE_TEMPLATE = "SubmittableTemplate"
    Field Value
    Type Description
    string

    TOGGLEABLE_TEMPLATE

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