Class EditSolutionsEuiState
Inheritance
System.Object
EditSolutionsEuiState
Assembly: Content.Shared.dll
Syntax
public sealed class EditSolutionsEuiState : EuiStateBase
Constructors
|
Improve this Doc
View Source
EditSolutionsEuiState(NetEntity, Nullable<Dictionary<String, Solution>>)
Declaration
public EditSolutionsEuiState(NetEntity target, Dictionary<string, Solution>? solutions)
Parameters
Type |
Name |
Description |
NetEntity |
target |
|
System.Nullable<Dictionary<System.String, Solution>> |
solutions |
|
Fields
|
Improve this Doc
View Source
Solutions
Declaration
public readonly Dictionary<string, Solution>? Solutions
Field Value
Type |
Description |
System.Nullable<Dictionary<System.String, Solution>> |
|
|
Improve this Doc
View Source
Target
Declaration
public readonly NetEntity Target
Field Value
Type |
Description |
NetEntity |
|