C# Class Nomad.Inventory.Inventory

Inheritance: IDisposable
Mostrar archivo Open project: Azerothian/fc3editor

Public Methods

Method Description
CreateDirectory ( ) : InventoryEntry
Dispose ( ) : void
SearchInventory ( string criteria, InventoryEntry resultEntry ) : void

Protected Methods

Method Description
CreateFilterDirectory ( ) : InventoryEntry
DestroyFilterDirectory ( InventoryEntry entry ) : void

Method Details

CreateDirectory() public method

public CreateDirectory ( ) : InventoryEntry
return InventoryEntry

CreateFilterDirectory() protected method

protected CreateFilterDirectory ( ) : InventoryEntry
return InventoryEntry

DestroyFilterDirectory() protected method

protected DestroyFilterDirectory ( InventoryEntry entry ) : void
entry InventoryEntry
return void

Dispose() public method

public Dispose ( ) : void
return void

SearchInventory() public method

public SearchInventory ( string criteria, InventoryEntry resultEntry ) : void
criteria string
resultEntry InventoryEntry
return void