Show / Hide Table of Contents

Class QuickDialogEntry

An entry in a quick dialog.

Inheritance
System.Object
QuickDialogEntry
Namespace: Content.Shared.Administration
Assembly: Content.Shared.dll
Syntax
public sealed class QuickDialogEntry : object

Constructors

| Improve this Doc View Source

QuickDialogEntry(String, QuickDialogEntryType, String)

Declaration
public QuickDialogEntry(string fieldId, QuickDialogEntryType type, string prompt)
Parameters
Type Name Description
System.String fieldId
QuickDialogEntryType type
System.String prompt

Fields

| Improve this Doc View Source

FieldId

ID of the dialog field.

Declaration
public string FieldId
Field Value
Type Description
System.String
| Improve this Doc View Source

Prompt

The prompt to show the user.

Declaration
public string Prompt
Field Value
Type Description
System.String
| Improve this Doc View Source

Type

Type of the field, for checks.

Declaration
public QuickDialogEntryType Type
Field Value
Type Description
QuickDialogEntryType
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾