C# Class Simian.InventoryItem

Inventory item
Inheritance: InventoryBase
ファイルを表示 Open project: 3di/3di-viewer-rei-libs

Public Properties

Property Type Description
AssetID UUID
AssetType AssetType
CreationDate System.DateTime
CreatorID UUID
Description string
Flags uint
GroupID UUID
GroupOwned bool
InventoryType InventoryType
Permissions OpenMetaverse.Permissions
SalePrice int
SaleType SaleType

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

AssetID public_oe property

OpenMetaverse.UUID of the asset this item points to
public UUID AssetID
return UUID

AssetType public_oe property

The type of item from OpenMetaverse.AssetType
public AssetType AssetType
return AssetType

CreationDate public_oe property

Time and date this inventory item was created, stored as UTC (Coordinated Universal Time)
public DateTime,System CreationDate
return System.DateTime

CreatorID public_oe property

The OpenMetaverse.UUID of the creator of this item
public UUID CreatorID
return UUID

Description public_oe property

A Description of this item
public string Description
return string

Flags public_oe property

Combined flags from OpenMetaverse.InventoryItemFlags
public uint Flags
return uint

GroupID public_oe property

The OpenMetaverse.Groups OpenMetaverse.UUID this item is set to or owned by
public UUID GroupID
return UUID

GroupOwned public_oe property

If true, item is owned by a group
public bool GroupOwned
return bool

InventoryType public_oe property

The type of item from the OpenMetaverse.InventoryType enum
public InventoryType InventoryType
return InventoryType

Permissions public_oe property

The combined OpenMetaverse.Permissions of this item
public Permissions,OpenMetaverse Permissions
return OpenMetaverse.Permissions

SalePrice public_oe property

The price this item can be purchased for
public int SalePrice
return int

SaleType public_oe property

The type of sale from the OpenMetaverse.SaleType enum
public SaleType SaleType
return SaleType