Property | Type | Description | |
---|---|---|---|
AssetType | AssetType | ||
AssetUUID | UUID | ||
CreationDate | System.DateTime | ||
CreatorID | UUID | ||
Description | string | ||
Flags | uint | ||
GroupID | UUID | ||
GroupOwned | bool | ||
InventoryType | InventoryType | ||
Permissions | |||
SalePrice | int | ||
SaleType | SaleType |
Method | Description | |
---|---|---|
Equals ( |
Determine whether the specified OpenMetaverse.InventoryBase object is equal to the current object
|
|
Equals ( |
Determine whether the specified OpenMetaverse.InventoryItem object is equal to the current object
|
|
Equals ( object o ) : bool |
Compares an object
|
|
GetHashCode ( ) : int |
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
|
|
InventoryItem ( InventoryType type, UUID itemID ) : System |
Construct a new InventoryItem object of a specific Type
|
|
InventoryItem ( UUID itemID ) : System |
Construct a new InventoryItem object
|
public Equals ( |
||
o | The |
|
return | bool |
public Equals ( |
||
o | The |
|
return | bool |
public InventoryItem ( InventoryType type, UUID itemID ) : System | ||
type | InventoryType | The type of item from |
itemID | UUID | |
return | System |
public InventoryItem ( UUID itemID ) : System | ||
itemID | UUID | The |
return | System |