C# Class FC3Editor.Nomad.Inventory

Inheritance: IDisposable
Datei anzeigen Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

Method Description
CreateDirectory ( ) : Inventory.Entry
Dispose ( ) : void
SearchInventory ( string criteria, Inventory resultEntry ) : void

Protected Methods

Method Description
CreateFilterDirectory ( ) : Inventory.Entry
DestroyFilterDirectory ( Inventory entry ) : void

Method Details

CreateDirectory() public method

public CreateDirectory ( ) : Inventory.Entry
return Inventory.Entry

CreateFilterDirectory() protected method

protected CreateFilterDirectory ( ) : Inventory.Entry
return Inventory.Entry

DestroyFilterDirectory() protected method

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

Dispose() public method

public Dispose ( ) : void
return void

SearchInventory() public method

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