Show / Hide Table of Contents

Class BanListEui

Inheritance
System.Object
BaseEui
BanListEui
Namespace: Content.Client.Administration.UI.BanList
Assembly: Content.Client.dll
Syntax
public sealed class BanListEui : BaseEui

Constructors

| Improve this Doc View Source

BanListEui()

Declaration
public BanListEui()

Methods

| Improve this Doc View Source

Closed()

Declaration
public override void Closed()
Overrides
BaseEui.Closed()
| Improve this Doc View Source

HandleState(EuiStateBase)

Declaration
public override void HandleState(EuiStateBase state)
Parameters
Type Name Description
EuiStateBase state
Overrides
BaseEui.HandleState(EuiStateBase)
| Improve this Doc View Source

Opened()

Declaration
public override void Opened()
Overrides
BaseEui.Opened()
| Improve this Doc View Source

SetData<T>(IBanListLine<T>, SharedServerBan)

Declaration
public static void SetData<T>(IBanListLine<T> line, SharedServerBan ban)
    where T : SharedServerBan
Parameters
Type Name Description
IBanListLine<T> line
SharedServerBan ban
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾