C# Класс Simian.InventoryItem

Inventory item
Наследование: InventoryBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Описание методов

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool

Описание свойств

AssetID публичное свойство

OpenMetaverse.UUID of the asset this item points to
public UUID AssetID
Результат UUID

AssetType публичное свойство

The type of item from OpenMetaverse.AssetType
public AssetType AssetType
Результат AssetType

CreationDate публичное свойство

Time and date this inventory item was created, stored as UTC (Coordinated Universal Time)
public DateTime,System CreationDate
Результат System.DateTime

CreatorID публичное свойство

The OpenMetaverse.UUID of the creator of this item
public UUID CreatorID
Результат UUID

Description публичное свойство

A Description of this item
public string Description
Результат string

Flags публичное свойство

Combined flags from OpenMetaverse.InventoryItemFlags
public uint Flags
Результат uint

GroupID публичное свойство

The OpenMetaverse.Groups OpenMetaverse.UUID this item is set to or owned by
public UUID GroupID
Результат UUID

GroupOwned публичное свойство

If true, item is owned by a group
public bool GroupOwned
Результат bool

InventoryType публичное свойство

The type of item from the OpenMetaverse.InventoryType enum
public InventoryType InventoryType
Результат InventoryType

Permissions публичное свойство

The combined OpenMetaverse.Permissions of this item
public Permissions,OpenMetaverse Permissions
Результат OpenMetaverse.Permissions

SalePrice публичное свойство

The price this item can be purchased for
public int SalePrice
Результат int

SaleType публичное свойство

The type of sale from the OpenMetaverse.SaleType enum
public SaleType SaleType
Результат SaleType