C# Class Nomad.Inventory.Inventory

Inheritance: IDisposable
Afficher le fichier Open project: Azerothian/fc3editor

Méthodes publiques

Méthode Description
CreateDirectory ( ) : InventoryEntry
Dispose ( ) : void
SearchInventory ( string criteria, InventoryEntry resultEntry ) : void

Méthodes protégées

Méthode Description
CreateFilterDirectory ( ) : InventoryEntry
DestroyFilterDirectory ( InventoryEntry entry ) : void

Method Details

CreateDirectory() public méthode

public CreateDirectory ( ) : InventoryEntry
Résultat InventoryEntry

CreateFilterDirectory() protected méthode

protected CreateFilterDirectory ( ) : InventoryEntry
Résultat InventoryEntry

DestroyFilterDirectory() protected méthode

protected DestroyFilterDirectory ( InventoryEntry entry ) : void
entry InventoryEntry
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SearchInventory() public méthode

public SearchInventory ( string criteria, InventoryEntry resultEntry ) : void
criteria string
resultEntry InventoryEntry
Résultat void