Class NoteEdit
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
NoteEdit
Namespace: Content.Client.Administration.UI.Notes
Assembly: Content.Client.dll
Syntax
public sealed class NoteEdit : FancyWindow
Constructors
| Improve this Doc View SourceNoteEdit(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 SourceDispose(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 SourceSubmitPressed
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>>> |