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 SourceQuickDialogEntry(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 SourceFieldId
ID of the dialog field.
Declaration
public string FieldId
Field Value
Type | Description |
---|---|
System.String |
Prompt
The prompt to show the user.
Declaration
public string Prompt
Field Value
Type | Description |
---|---|
System.String |
Type
Type of the field, for checks.
Declaration
public QuickDialogEntryType Type
Field Value
Type | Description |
---|---|
QuickDialogEntryType |