OpenSim
|
Common base class for inventory nodes of different types (files, folders, etc.) More...
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... | |
Common base class for inventory nodes of different types (files, folders, etc.)
Definition at line 35 of file InventoryNodeBase.cs.
|
getset |
A UUID containing the ID for the inventory node itself
Definition at line 51 of file InventoryNodeBase.cs.
|
getset |
The name of the node (64 characters or less)
Definition at line 41 of file InventoryNodeBase.cs.
|
getset |
The agent who's inventory this is contained by
Definition at line 61 of file InventoryNodeBase.cs.