Class LogFilter
Inheritance
System.Object
LogFilter
Assembly: Content.Server.dll
Syntax
public sealed class LogFilter : object
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
|
Improve this Doc
View Source
AnyPlayers
Declaration
public Guid[] AnyPlayers { get; set; }
Property Value
|
Improve this Doc
View Source
Before
Declaration
public DateTime? Before { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
CancellationToken
Declaration
public CancellationToken CancellationToken { get; set; }
Property Value
Type |
Description |
CancellationToken |
|
|
Improve this Doc
View Source
DateOrder
Declaration
public DateOrder DateOrder { get; set; }
Property Value
|
Improve this Doc
View Source
Impacts
Declaration
public HashSet<LogImpact>? Impacts { get; set; }
Property Value
Type |
Description |
System.Nullable<HashSet<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
LastLogId
Declaration
public int? LastLogId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Limit
Declaration
public int? Limit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
LogsSent
Declaration
public int LogsSent { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Round
Declaration
public int? Round { 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<LogType>> |
|