Show / Hide Table of Contents

Class NoteEdit

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
FancyWindow
NoteEdit
Namespace: Content.Client.Administration.UI.Notes
Assembly: Content.Client.dll
Syntax
public sealed class NoteEdit : FancyWindow

Constructors

| Improve this Doc View Source

NoteEdit(Nullable<SharedAdminNote>, String, Boolean, Boolean)

Declaration
public NoteEdit(SharedAdminNote? note, string playerName, bool canCreate, bool canEdit)
Parameters
Type Name Description
System.Nullable<SharedAdminNote> note
System.String playerName
System.Boolean canCreate
System.Boolean canEdit

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

SubmitPressed

Declaration
public event Action<int, NoteType, string, NoteSeverity?, bool, DateTime?>? SubmitPressed
Event Type
Type Description
System.Nullable<Action<System.Int32, NoteType, System.String, System.Nullable<NoteSeverity>, System.Boolean, System.Nullable<DateTime>>>

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