C# Class HoloXPLOR.Models.HoloTable.DetailModel

Afficher le fichier Open project: dolkensp/HoloXPLOR Class Usage Examples

Méthodes publiques

Свойство Type Description
_gameData_ItemMap Items.Item>.Dictionary
_gameData_PortMap Xml.ItemPort>.Dictionary

Méthodes publiques

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

Private Methods

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

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

DetailModel() public méthode

public DetailModel ( String id, System.Guid shipID = null ) : System
id String
shipID System.Guid
Résultat System

GetBytes() public méthode

public GetBytes ( ) : Byte[]
Résultat Byte[]

Save() public méthode

public Save ( ) : void
Résultat void

Property Details

_gameData_ItemMap public_oe property

public Dictionary _gameData_ItemMap
Résultat Items.Item>.Dictionary

_gameData_PortMap public_oe property

public Dictionary _gameData_PortMap
Résultat Xml.ItemPort>.Dictionary