Class XwaCraftGenderEntry
Inheritance
XwaCraftGenderEntry
Assembly: JeremyAnsel.Xwa.Workspace.dll
Syntax
public sealed class XwaCraftGenderEntry
Properties
|
Edit this page
View Source
CraftGender
Declaration
public XwaCraftGender CraftGender { get; set; }
Property Value
|
Edit this page
View Source
CraftName
Declaration
public string CraftName { get; set; }
Property Value
|
Edit this page
View Source
Key
Declaration
public string Key { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides