OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Attributes | List of all members
OpenSim.Framework.InventoryCollection Class Reference

Used to serialize a whole inventory for transfer over the network. More...

Public Attributes

List< InventoryFolderBaseFolders
 
List< InventoryItemBaseItems
 
UUID OwnerID
 
UUID FolderID
 
int Version
 

Detailed Description

Used to serialize a whole inventory for transfer over the network.

Definition at line 36 of file InventoryCollection.cs.

Member Data Documentation

UUID OpenSim.Framework.InventoryCollection.FolderID

Definition at line 41 of file InventoryCollection.cs.

List<InventoryFolderBase> OpenSim.Framework.InventoryCollection.Folders

Definition at line 38 of file InventoryCollection.cs.

List<InventoryItemBase> OpenSim.Framework.InventoryCollection.Items

Definition at line 39 of file InventoryCollection.cs.

UUID OpenSim.Framework.InventoryCollection.OwnerID

Definition at line 40 of file InventoryCollection.cs.

int OpenSim.Framework.InventoryCollection.Version

Definition at line 42 of file InventoryCollection.cs.


The documentation for this class was generated from the following file: