Class AdminFaxEuiMsg.Send
Inheritance
System.Object
AdminFaxEuiMsg.Send
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
|
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 |
|