Show / Hide Table of Contents

Class CrewManifestEntry

Inheritance
System.Object
CrewManifestEntry
Namespace: Content.Shared.CrewManifest
Assembly: Content.Shared.dll
Syntax
public sealed class CrewManifestEntry : object

Constructors

| Improve this Doc View Source

CrewManifestEntry(String, String, String, String)

Declaration
public CrewManifestEntry(string name, string jobTitle, string jobIcon, string jobPrototype)
Parameters
Type Name Description
System.String name
System.String jobTitle
System.String jobIcon
System.String jobPrototype

Properties

| Improve this Doc View Source

JobIcon

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

JobPrototype

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

JobTitle

Declaration
public string JobTitle { 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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾