Class AdminLogsEuiMsg.SetLogFilter
Inheritance
System.Object
AdminLogsEuiMsg.SetLogFilter
Assembly: Content.Shared.dll
Syntax
public sealed class SetLogFilter : EuiMessageBase
Constructors
|
Improve this Doc
View Source
SetLogFilter(Nullable<String>, Boolean, Nullable<HashSet<LogType>>)
Declaration
public SetLogFilter(string? search = null, bool invertTypes = false, HashSet<LogType>? types = null)
Parameters
Type |
Name |
Description |
System.Nullable<System.String> |
search |
|
System.Boolean |
invertTypes |
|
System.Nullable<HashSet<Content.Shared.Database.LogType>> |
types |
|
Properties
|
Improve this Doc
View Source
InvertTypes
Declaration
public bool InvertTypes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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>> |
|