Show / Hide Table of Contents

Class AdminNotesLinePopup

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Popup
AdminNotesLinePopup
Namespace: Content.Client.Administration.UI.Notes
Assembly: Content.Client.dll
Syntax
public sealed class AdminNotesLinePopup : Popup

Constructors

| Improve this Doc View Source

AdminNotesLinePopup(SharedAdminNote, String, Boolean, Boolean)

Declaration
public AdminNotesLinePopup(SharedAdminNote note, string playerName, bool showDelete, bool showEdit)
Parameters
Type Name Description
SharedAdminNote note
System.String playerName
System.Boolean showDelete
System.Boolean showEdit

Properties

| Improve this Doc View Source

NoteId

Declaration
public int NoteId { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

NoteType

Declaration
public NoteType NoteType { get; }
Property Value
Type Description
NoteType

Methods

| Improve this Doc View Source

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing
Overrides
Robust.Client.UserInterface.Control.Dispose(System.Boolean)
| Improve this Doc View Source

FrameUpdate(FrameEventArgs)

Declaration
protected override void FrameUpdate(FrameEventArgs args)
Parameters
Type Name Description
Robust.Shared.Timing.FrameEventArgs args
Overrides
Robust.Client.UserInterface.Control.FrameUpdate(Robust.Shared.Timing.FrameEventArgs)

Events

| Improve this Doc View Source

OnDeletePressed

Declaration
public event Action<int, NoteType>? OnDeletePressed
Event Type
Type Description
System.Nullable<Action<System.Int32, NoteType>>
| Improve this Doc View Source

OnEditPressed

Declaration
public event Action<int, NoteType>? OnEditPressed
Event Type
Type Description
System.Nullable<Action<System.Int32, NoteType>>

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾