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

Common base class for inventory nodes of different types (files, folders, etc.) More...

Inheritance diagram for OpenSim.Framework.InventoryNodeBase:
Inheritance graph
[legend]

Properties

virtual string Name [get, set]
 The name of the node (64 characters or less) More...
 
UUID ID [get, set]
 A UUID containing the ID for the inventory node itself More...
 
virtual UUID Owner [get, set]
 The agent who's inventory this is contained by More...
 

Detailed Description

Common base class for inventory nodes of different types (files, folders, etc.)

Definition at line 35 of file InventoryNodeBase.cs.

Property Documentation

UUID OpenSim.Framework.InventoryNodeBase.ID
getset

A UUID containing the ID for the inventory node itself

Definition at line 51 of file InventoryNodeBase.cs.

virtual string OpenSim.Framework.InventoryNodeBase.Name
getset

The name of the node (64 characters or less)

Definition at line 41 of file InventoryNodeBase.cs.

virtual UUID OpenSim.Framework.InventoryNodeBase.Owner
getset

The agent who's inventory this is contained by

Definition at line 61 of file InventoryNodeBase.cs.


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