C# Класс OpenMetaverse.InventoryBase

Наследование: ISerializable
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Name string
OwnerID UUID
ParentUUID UUID
UUID UUID

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

Метод Описание
Equals ( InventoryBase o ) : bool

Determine whether the specified OpenMetaverse.InventoryBase object is equal to the current object

Equals ( object o ) : bool

Determine whether the specified OpenMetaverse.InventoryBase object is equal to the current 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

InventoryBase ( UUID itemID ) : System

Constructor, takes an itemID as a parameter

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

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

Determine whether the specified OpenMetaverse.InventoryBase object is equal to the current object
public Equals ( InventoryBase o ) : bool
o InventoryBase InventoryBase object to compare against
Результат bool

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

Determine whether the specified OpenMetaverse.InventoryBase object is equal to the current object
public Equals ( object o ) : bool
o object InventoryBase object to compare against
Результат bool

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
public GetHashCode ( ) : int
Результат int

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

Constructor, takes an itemID as a parameter
public InventoryBase ( UUID itemID ) : System
itemID UUID The of the item
Результат System

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

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

Name of item/folder
public string Name
Результат string

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

Item/Folder Owners OpenMetaverse.UUID
public UUID OwnerID
Результат UUID

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

OpenMetaverse.UUID of parent folder
public UUID ParentUUID
Результат UUID

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

OpenMetaverse.UUID of item/folder
public UUID UUID
Результат UUID