Show / Hide Table of Contents

Class EditSolutionsEuiState

Inheritance
System.Object
EuiStateBase
EditSolutionsEuiState
Namespace: Content.Shared.Administration
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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾