Class AdminLogsControl
Inheritance
System.Object
Robust.Client.UserInterface.Control
AdminLogsControl
Assembly: Content.Client.dll
Syntax
public sealed class AdminLogsControl : Control
Constructors
|
Improve this Doc
View Source
AdminLogsControl()
Declaration
public AdminLogsControl()
Properties
|
Improve this Doc
View Source
IncludeNonPlayerLogs
Declaration
public bool IncludeNonPlayerLogs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Search
Declaration
public string Search { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SelectedImpacts
Declaration
public HashSet<LogImpact> SelectedImpacts { get; }
Property Value
Type |
Description |
HashSet<LogImpact> |
|
|
Improve this Doc
View Source
SelectedPlayers
Declaration
public HashSet<Guid> SelectedPlayers { get; }
Property Value
Type |
Description |
HashSet<Guid> |
|
|
Improve this Doc
View Source
SelectedRoundId
Declaration
public int SelectedRoundId { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SelectedTypes
Declaration
public HashSet<LogType> SelectedTypes { get; }
Property Value
Type |
Description |
HashSet<LogType> |
|
Methods
|
Improve this Doc
View Source
AddLogs(List<SharedAdminLog>)
Declaration
public void AddLogs(List<SharedAdminLog> logs)
Parameters
Type |
Name |
Description |
List<Content.Shared.Administration.Logs.SharedAdminLog> |
logs |
|
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
Robust.Client.UserInterface.Control.Dispose(System.Boolean)
|
Improve this Doc
View Source
SetCurrentRound(Int32)
Declaration
public void SetCurrentRound(int round)
Parameters
Type |
Name |
Description |
System.Int32 |
round |
|
|
Improve this Doc
View Source
SetLogs(List<SharedAdminLog>)
Declaration
public void SetLogs(List<SharedAdminLog> logs)
Parameters
Type |
Name |
Description |
List<Content.Shared.Administration.Logs.SharedAdminLog> |
logs |
|
|
Improve this Doc
View Source
SetPlayers(Dictionary<Guid, String>)
Declaration
public void SetPlayers(Dictionary<Guid, string> players)
Parameters
Type |
Name |
Description |
Dictionary<Guid, System.String> |
players |
|
|
Improve this Doc
View Source
SetRoundSpinBox(Int32)
Declaration
public void SetRoundSpinBox(int round)
Parameters
Type |
Name |
Description |
System.Int32 |
round |
|
|
Improve this Doc
View Source
SetTypesSelection(HashSet<LogType>, Boolean)
Declaration
public void SetTypesSelection(HashSet<LogType> selectedTypes, bool invert = false)
Parameters
Type |
Name |
Description |
HashSet<LogType> |
selectedTypes |
|
System.Boolean |
invert |
|
|
Improve this Doc
View Source
UpdateCount(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Declaration
public void UpdateCount(int? shown = null, int? total = null, int? round = null)
Parameters
Type |
Name |
Description |
System.Nullable<System.Int32> |
shown |
|
System.Nullable<System.Int32> |
total |
|
System.Nullable<System.Int32> |
round |
|
|
Improve this Doc
View Source
UpdateTypes()
Declaration
public void UpdateTypes()
Extension Methods