Show / Hide Table of Contents

Class AdminLogsEuiMsg.SetLogFilter

Inheritance
System.Object
EuiMessageBase
AdminLogsEuiMsg.SetLogFilter
Namespace: Content.Shared.Administration.Logs
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>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾