OpenMetaverse Protocol Library Developers API Documentation
InventoryItem Class
NamespacesOpenMetaverseInventoryItem
An Item in Inventory
Declaration Syntax
C#
[
SerializableAttribute]
public
class
InventoryItem :
InventoryBase
Members
All Members Constructors Methods Fields



Icon Member Description
InventoryItem(UUID)
Construct a new InventoryItem object

InventoryItem(InventoryType, UUID)
Construct a new InventoryItem object of a specific Type

InventoryItem(SerializationInfo, StreamingContext)
Initializes a new instance of the InventoryItemclass

AssetType
The type of item from

AssetUUID
The of this item

CreationDate
Time and date this inventory item was created, stored as UTC (Coordinated Universal Time)

CreatorID
The of the creator of this item

Description
A Description of this item

Equals(Object)
Compares an object
(Overrides InventoryBase. Equals(Object).)
Equals(InventoryBase)
Determine whether the specified object is equal to the current object
(Overrides InventoryBase. Equals(InventoryBase).)
Equals(InventoryItem)
Determine whether the specified object is equal to the current object

Flags
Combined flags from

FromOSD(OSD)
Create InventoryItem from OSD

GetHashCode () () () ()
Generates a number corresponding to the value of the object to support the use of a hash table. Suitable for use in hashing algorithms and data structures such as a hash table
(Overrides InventoryBase. GetHashCode () () () () .)
GetObjectData(SerializationInfo, StreamingContext)
GetOSD () () () ()
Convert InventoryItem to OSD
(Overrides InventoryBase. GetOSD () () () () .)
GroupID
The s this item is set to or owned by

GroupOwned
If true, item is owned by a group

InventoryType
The type of item from the enum

IsLink () () () ()
Indicates inventory item is a link

LastOwnerID
The of the previous owner of the item

Permissions
The combined of this item

SalePrice
The price this item can be purchased for

SaleType
The type of sale from the enum

ToString () () () () (Overrides Object. ToString () () () () .)
TransactionID
Used to update the AssetID in requests sent to the server

Inheritance Hierarchy

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)