C# Class HoloXPLOR.Models.HoloTable.DetailModel

Show file Open project: dolkensp/HoloXPLOR Class Usage Examples

Public Properties

Property Type Description
_gameData_ItemMap Items.Item>.Dictionary
_gameData_PortMap Xml.ItemPort>.Dictionary

Public Methods

Method Description
Delete ( ) : void
DetailModel ( String id, System.Guid shipID = null ) : System
GetBytes ( ) : Byte[]
Save ( ) : void

Private Methods

Method Description
GetParts ( HoloXPLOR.Data.Xml.Vehicles.Implementations parent ) : IEnumerable
_GetAttachedItems ( InventoryItem item ) : IEnumerable

Method Details

Delete() public method

public Delete ( ) : void
return void

DetailModel() public method

public DetailModel ( String id, System.Guid shipID = null ) : System
id String
shipID System.Guid
return System

GetBytes() public method

public GetBytes ( ) : Byte[]
return Byte[]

Save() public method

public Save ( ) : void
return void

Property Details

_gameData_ItemMap public property

public Dictionary _gameData_ItemMap
return Items.Item>.Dictionary

_gameData_PortMap public property

public Dictionary _gameData_PortMap
return Xml.ItemPort>.Dictionary