Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Popup
AdminNotesLinePopup
Assembly: Content.Client.dll
public sealed class AdminNotesLinePopup : Popup
Constructors
|
Improve this Doc
View Source
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
Declaration
public int NoteId { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public NoteType NoteType { get; }
Property Value
Type |
Description |
NoteType |
|
Methods
|
Improve this Doc
View Source
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
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
Declaration
public event Action<int, NoteType>? OnDeletePressed
Event Type
Type |
Description |
System.Nullable<Action<System.Int32, NoteType>> |
|
|
Improve this Doc
View Source
Declaration
public event Action<int, NoteType>? OnEditPressed
Event Type
Type |
Description |
System.Nullable<Action<System.Int32, NoteType>> |
|
Extension Methods