Show / Hide Table of Contents

Class AdminFaxEntry

Inheritance
System.Object
AdminFaxEntry
Namespace: Content.Shared.Fax
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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾