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