Class XwaSpecDescEntry
Inheritance
XwaSpecDescEntry
Assembly: JeremyAnsel.Xwa.Workspace.dll
Syntax
public sealed class XwaSpecDescEntry
Fields
|
Edit this page
View Source
CraftLongNameMaxLength
Declaration
public const int CraftLongNameMaxLength = 63
Field Value
|
Edit this page
View Source
CrewMaxLength
Declaration
public const int CrewMaxLength = 63
Field Value
|
Edit this page
View Source
DescriptionMaxLength
Declaration
public const int DescriptionMaxLength = 255
Field Value
|
Edit this page
View Source
ManufacturerMaxLength
Declaration
public const int ManufacturerMaxLength = 63
Field Value
|
Edit this page
View Source
SideMaxLength
Declaration
public const int SideMaxLength = 63
Field Value
Properties
|
Edit this page
View Source
CraftAbbreviation
Declaration
public string CraftAbbreviation { get; }
Property Value
|
Edit this page
View Source
CraftLongName
Declaration
public string CraftLongName { get; set; }
Property Value
|
Edit this page
View Source
Crew
Declaration
public string Crew { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
public string Description { get; set; }
Property Value
|
Edit this page
View Source
Manufacturer
Declaration
public string Manufacturer { get; set; }
Property Value
|
Edit this page
View Source
Side
Declaration
public string Side { get; set; }
Property Value