Show / Hide Table of Contents

Class AdminNotesControl

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

Constructors

| Improve this Doc View Source

AdminNotesControl()

Declaration
public AdminNotesControl()

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

SetNotes(Dictionary<(Int32, NoteType), SharedAdminNote>)

Declaration
public void SetNotes(Dictionary<(int, NoteType), SharedAdminNote> notes)
Parameters
Type Name Description
Dictionary<System.ValueTuple<System.Int32, NoteType>, SharedAdminNote> notes
| Improve this Doc View Source

SetPermissions(Boolean, Boolean, Boolean)

Declaration
public void SetPermissions(bool create, bool delete, bool edit)
Parameters
Type Name Description
System.Boolean create
System.Boolean delete
System.Boolean edit
| Improve this Doc View Source

SetPlayerName(String)

Declaration
public void SetPlayerName(string playerName)
Parameters
Type Name Description
System.String playerName

Events

| Improve this Doc View Source

NewNoteEntered

Declaration
public event Action<NoteType, string, NoteSeverity?, bool, DateTime?>? NewNoteEntered
Event Type
Type Description
System.Nullable<Action<NoteType, System.String, System.Nullable<NoteSeverity>, System.Boolean, System.Nullable<DateTime>>>
| Improve this Doc View Source

NoteChanged

Declaration
public event Action<int, NoteType, string, NoteSeverity?, bool, DateTime?>? NoteChanged
Event Type
Type Description
System.Nullable<Action<System.Int32, NoteType, System.String, System.Nullable<NoteSeverity>, System.Boolean, System.Nullable<DateTime>>>
| Improve this Doc View Source

NoteDeleted

Declaration
public event Action<int, NoteType>? NoteDeleted
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
☀
☾