Show / Hide Table of Contents

Class AdminLogsEuiMsg.LogsRequest

Inheritance
System.Object
EuiMessageBase
AdminLogsEuiMsg.LogsRequest
Namespace: Content.Shared.Administration.Logs
Assembly: Content.Shared.dll
Syntax
public sealed class LogsRequest : EuiMessageBase

Constructors

| Improve this Doc View Source

LogsRequest(Nullable<Int32>, Nullable<String>, Nullable<HashSet<LogType>>, Nullable<HashSet<LogImpact>>, Nullable<DateTime>, Nullable<DateTime>, Boolean, Guid[], Guid[], Boolean, DateOrder)

Declaration
public LogsRequest(int? roundId, string? search, HashSet<LogType>? types, HashSet<LogImpact>? impacts, DateTime? before, DateTime? after, bool includePlayers, Guid[] anyPlayers, Guid[] allPlayers, bool includeNonPlayers, DateOrder dateOrder)
Parameters
Type Name Description
System.Nullable<System.Int32> roundId
System.Nullable<System.String> search
System.Nullable<HashSet<Content.Shared.Database.LogType>> types
System.Nullable<HashSet<Content.Shared.Database.LogImpact>> impacts
System.Nullable<DateTime> before
System.Nullable<DateTime> after
System.Boolean includePlayers
Guid[] anyPlayers
Guid[] allPlayers
System.Boolean includeNonPlayers
DateOrder dateOrder

Properties

| Improve this Doc View Source

After

Declaration
public DateTime? After { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
| Improve this Doc View Source

AllPlayers

Declaration
public Guid[] AllPlayers { get; set; }
Property Value
Type Description
Guid[]
| Improve this Doc View Source

AnyPlayers

Declaration
public Guid[] AnyPlayers { get; set; }
Property Value
Type Description
Guid[]
| Improve this Doc View Source

Before

Declaration
public DateTime? Before { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
| Improve this Doc View Source

DateOrder

Declaration
public DateOrder DateOrder { get; set; }
Property Value
Type Description
DateOrder
| Improve this Doc View Source

Impacts

Declaration
public HashSet<LogImpact>? Impacts { get; set; }
Property Value
Type Description
System.Nullable<HashSet<Content.Shared.Database.LogImpact>>
| Improve this Doc View Source

IncludeNonPlayers

Declaration
public bool IncludeNonPlayers { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IncludePlayers

Declaration
public bool IncludePlayers { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

RoundId

Declaration
public int? RoundId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Search

Declaration
public string? Search { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Types

Declaration
public HashSet<LogType>? Types { get; set; }
Property Value
Type Description
System.Nullable<HashSet<Content.Shared.Database.LogType>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾