Show / Hide Table of Contents

Class AdminFaxEuiMsg.Send

Inheritance
System.Object
EuiMessageBase
AdminFaxEuiMsg.Send
Namespace: Content.Shared.Fax
Assembly: Content.Shared.dll
Syntax
public sealed class Send : EuiMessageBase

Constructors

| Improve this Doc View Source

Send(NetEntity, String, String, String, String, Color)

Declaration
public Send(NetEntity target, string title, string from, string content, string stamp, Color stampColor)
Parameters
Type Name Description
NetEntity target
System.String title
System.String from
System.String content
System.String stamp
Color stampColor

Properties

| Improve this Doc View Source

Content

Declaration
public string Content { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

From

Declaration
public string From { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

StampColor

Declaration
public Color StampColor { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

StampState

Declaration
public string StampState { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Target

Declaration
public NetEntity Target { get; }
Property Value
Type Description
NetEntity
| Improve this Doc View Source

Title

Declaration
public string Title { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾