Show / Hide Table of Contents

Class AdminLogsEuiMsg.NewLogs

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

Constructors

| Improve this Doc View Source

NewLogs(List<SharedAdminLog>, Boolean, Boolean)

Declaration
public NewLogs(List<SharedAdminLog> logs, bool replace, bool hasNext)
Parameters
Type Name Description
List<Content.Shared.Administration.Logs.SharedAdminLog> logs
System.Boolean replace
System.Boolean hasNext

Properties

| Improve this Doc View Source

HasNext

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

Logs

Declaration
public List<SharedAdminLog> Logs { get; set; }
Property Value
Type Description
List<Content.Shared.Administration.Logs.SharedAdminLog>
| Improve this Doc View Source

Replace

Declaration
public bool Replace { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾