Class ConfigurationBoundUserInterface
Inheritance
System.Object
ConfigurationBoundUserInterface
Assembly: Content.Client.dll
Syntax
public sealed class ConfigurationBoundUserInterface : BoundUserInterface
Constructors
|
Improve this Doc
View Source
ConfigurationBoundUserInterface(EntityUid, Enum)
Declaration
public ConfigurationBoundUserInterface(EntityUid owner, Enum uiKey)
Parameters
| Type |
Name |
Description |
| EntityUid |
owner |
|
| Enum |
uiKey |
|
Properties
|
Improve this Doc
View Source
Validation
Declaration
public Regex? Validation { get; }
Property Value
| Type |
Description |
| System.Nullable<Regex> |
|
Methods
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| System.Boolean |
disposing |
|
|
Improve this Doc
View Source
Open()
Declaration
protected override void Open()
|
Improve this Doc
View Source
ReceiveMessage(BoundUserInterfaceMessage)
Declaration
protected override void ReceiveMessage(BoundUserInterfaceMessage message)
Parameters
| Type |
Name |
Description |
| BoundUserInterfaceMessage |
message |
|
|
Improve this Doc
View Source
SendConfiguration(Dictionary<String, String>)
Declaration
public void SendConfiguration(Dictionary<string, string> config)
Parameters
| Type |
Name |
Description |
| Dictionary<System.String, System.String> |
config |
|
|
Improve this Doc
View Source
UpdateState(BoundUserInterfaceState)
Declaration
protected override void UpdateState(BoundUserInterfaceState state)
Parameters
| Type |
Name |
Description |
| BoundUserInterfaceState |
state |
|