Interface IBanListLine<T>
Assembly: Content.Client.dll
Syntax
public interface IBanListLine<T>
where T : SharedServerBan
Type Parameters
Properties
|
Improve this Doc
View Source
Ban
Declaration
Property Value
|
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
Property Value
Type |
Description |
Robust.Client.UserInterface.Controls.Label |
|
|
Improve this Doc
View Source
Expires
Declaration
Property Value
Type |
Description |
Robust.Client.UserInterface.Controls.Label |
|
|
Improve this Doc
View Source
Reason
Declaration
Property Value
Type |
Description |
Robust.Client.UserInterface.Controls.Label |
|