Class AdminFaxEntry
Inheritance
System.Object
AdminFaxEntry
Assembly: Content.Shared.dll
Syntax
public sealed class AdminFaxEntry : object
Constructors
|
Improve this Doc
View Source
AdminFaxEntry(NetEntity, String, String)
Declaration
public AdminFaxEntry(NetEntity uid, string name, string address)
Parameters
Type |
Name |
Description |
NetEntity |
uid |
|
System.String |
name |
|
System.String |
address |
|
Properties
|
Improve this Doc
View Source
Address
Declaration
public string Address { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Uid
Declaration
public NetEntity Uid { get; }
Property Value
Type |
Description |
NetEntity |
|