Class SetCategoryVerbosityInput
Input data transfer object for setting the voice language in the localization service.
Inherited Members
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 |