Show / Hide Table of Contents

Interface IBanListLine<T>

Namespace: Content.Client.Administration.UI.BanList
Assembly: Content.Client.dll
Syntax
public interface IBanListLine<T>
    where T : SharedServerBan
Type Parameters
Name Description
T

Properties

| Improve this Doc View Source

Ban

Declaration
T Ban { get; }
Property Value
Type Description
T
| Improve this Doc View Source

BanningAdmin

Declaration
Label BanningAdmin { get; }
Property Value
Type Description
Robust.Client.UserInterface.Controls.Label
| Improve this Doc View Source

BanTime

Declaration
Label BanTime { get; }
Property Value
Type Description
Robust.Client.UserInterface.Controls.Label
| Improve this Doc View Source

Expires

Declaration
Label Expires { get; }
Property Value
Type Description
Robust.Client.UserInterface.Controls.Label
| Improve this Doc View Source

Reason

Declaration
Label Reason { get; }
Property Value
Type Description
Robust.Client.UserInterface.Controls.Label
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾