logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SetCategoryVerbosityInput

    Input data transfer object for setting the voice language in the localization service.

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

    Constructors

    SetCategoryVerbosityInput(string, LogVerbosity?)

    Initializes a new instance of the SetCategoryVerbosityInput class.

    Declaration
    public SetCategoryVerbosityInput(string category, LogVerbosity? verbosity)
    Parameters
    Type Name Description
    string category
    LogVerbosity? verbosity

    Fields

    Category

    Declaration
    public string Category
    Field Value
    Type Description
    string

    Log Verbosity Category

    Verbosity

    Declaration
    public LogVerbosity? Verbosity
    Field Value
    Type Description
    LogVerbosity?

    The Verbosity used for this category

    In this article
    © 2026 Serenity. All Rights Reserved