C# Class Simian.InventoryItem

Inventory item
Inheritance: InventoryBase
Afficher le fichier Open project: 3di/3di-viewer-rei-libs

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

AssetID public_oe property

OpenMetaverse.UUID of the asset this item points to
public UUID AssetID
Résultat UUID

AssetType public_oe property

The type of item from OpenMetaverse.AssetType
public AssetType AssetType
Résultat AssetType

CreationDate public_oe property

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

CreatorID public_oe property

The OpenMetaverse.UUID of the creator of this item
public UUID CreatorID
Résultat UUID

Description public_oe property

A Description of this item
public string Description
Résultat string

Flags public_oe property

Combined flags from OpenMetaverse.InventoryItemFlags
public uint Flags
Résultat uint

GroupID public_oe property

The OpenMetaverse.Groups OpenMetaverse.UUID this item is set to or owned by
public UUID GroupID
Résultat UUID

GroupOwned public_oe property

If true, item is owned by a group
public bool GroupOwned
Résultat bool

InventoryType public_oe property

The type of item from the OpenMetaverse.InventoryType enum
public InventoryType InventoryType
Résultat InventoryType

Permissions public_oe property

The combined OpenMetaverse.Permissions of this item
public Permissions,OpenMetaverse Permissions
Résultat OpenMetaverse.Permissions

SalePrice public_oe property

The price this item can be purchased for
public int SalePrice
Résultat int

SaleType public_oe property

The type of sale from the OpenMetaverse.SaleType enum
public SaleType SaleType
Résultat SaleType