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 SourceAdminFaxWindow()
Declaration
public AdminFaxWindow()
Fields
| Improve this Doc View SourceOnFollowFax
Declaration
public Action<NetEntity>? OnFollowFax
Field Value
Type | Description |
---|---|
System.Nullable<Action<NetEntity>> |
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 SourcePopulateFaxes(List<AdminFaxEntry>)
Declaration
public void PopulateFaxes(List<AdminFaxEntry> faxes)
Parameters
Type | Name | Description |
---|---|---|
List<AdminFaxEntry> | faxes |