Show / Hide Table of Contents

Class BanListEuiState

Inheritance
System.Object
EuiStateBase
BanListEuiState
Namespace: Content.Shared.Administration.BanList
Assembly: Content.Shared.dll
Syntax
public sealed class BanListEuiState : EuiStateBase

Constructors

| Improve this Doc View Source

BanListEuiState(String, List<SharedServerBan>, List<SharedServerRoleBan>)

Declaration
public BanListEuiState(string banListPlayerName, List<SharedServerBan> bans, List<SharedServerRoleBan> roleBans)
Parameters
Type Name Description
System.String banListPlayerName
List<SharedServerBan> bans
List<SharedServerRoleBan> roleBans

Properties

| Improve this Doc View Source

BanListPlayerName

Declaration
public string BanListPlayerName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Bans

Declaration
public List<SharedServerBan> Bans { get; }
Property Value
Type Description
List<SharedServerBan>
| Improve this Doc View Source

RoleBans

Declaration
public List<SharedServerRoleBan> RoleBans { get; }
Property Value
Type Description
List<SharedServerRoleBan>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾