Show / Hide Table of Contents

Class AdminNotesLine

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

Constructors

| Improve this Doc View Source

AdminNotesLine(SpriteSystem, SharedAdminNote)

Declaration
public AdminNotesLine(SpriteSystem sprites, SharedAdminNote note)
Parameters
Type Name Description
Robust.Client.GameObjects.SpriteSystem sprites
SharedAdminNote note

Properties

| Improve this Doc View Source

Id

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

Note

Declaration
public SharedAdminNote Note { get; }
Property Value
Type Description
SharedAdminNote

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

KeyBindDown(GUIBoundKeyEventArgs)

Declaration
protected override void KeyBindDown(GUIBoundKeyEventArgs args)
Parameters
Type Name Description
Robust.Client.UserInterface.GUIBoundKeyEventArgs args
Overrides
Robust.Client.UserInterface.Control.KeyBindDown(Robust.Client.UserInterface.GUIBoundKeyEventArgs)
| Improve this Doc View Source

UpdateNote(SharedAdminNote)

Declaration
public void UpdateNote(SharedAdminNote note)
Parameters
Type Name Description
SharedAdminNote note

Events

| Improve this Doc View Source

OnClicked

Declaration
public event Func<AdminNotesLine, bool>? OnClicked
Event Type
Type Description
System.Nullable<Func<AdminNotesLine, System.Boolean>>

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
☀
☾