Show / Hide Table of Contents

Class AdminFaxWindow

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
Robust.Client.UserInterface.CustomControls.DefaultWindow
AdminFaxWindow
Namespace: Content.Client.Fax.AdminUI
Assembly: Content.Client.dll
Syntax
public sealed class AdminFaxWindow : DefaultWindow

Constructors

| Improve this Doc View Source

AdminFaxWindow()

Declaration
public AdminFaxWindow()

Fields

| Improve this Doc View Source

OnFollowFax

Declaration
public Action<NetEntity>? OnFollowFax
Field Value
Type Description
System.Nullable<Action<NetEntity>>
| Improve this Doc View Source

OnMessageSend

Declaration
public Action<(NetEntity entity, string title, string stampedBy, string message, string stampSprite, Color stampColor)>? OnMessageSend
Field Value
Type Description
System.Nullable<Action<System.ValueTuple<NetEntity, System.String, System.String, System.String, System.String, Color>>>

Methods

| Improve this Doc View Source

PopulateFaxes(List<AdminFaxEntry>)

Declaration
public void PopulateFaxes(List<AdminFaxEntry> faxes)
Parameters
Type Name Description
List<AdminFaxEntry> faxes

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