C# Class OpenMetaverse.InventoryBase

Inheritance: ISerializable
Afficher le fichier Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
OwnerID UUID
ParentUUID UUID
UUID UUID

Méthodes publiques

Méthode Description
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

Method Details

Equals() public méthode

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
Résultat bool

Equals() public méthode

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
Résultat bool

GetHashCode() public méthode

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
Résultat int

InventoryBase() public méthode

Constructor, takes an itemID as a parameter
public InventoryBase ( UUID itemID ) : System
itemID UUID The of the item
Résultat System

Property Details

Name public_oe property

Name of item/folder
public string Name
Résultat string

OwnerID public_oe property

Item/Folder Owners OpenMetaverse.UUID
public UUID OwnerID
Résultat UUID

ParentUUID public_oe property

OpenMetaverse.UUID of parent folder
public UUID ParentUUID
Résultat UUID

UUID public_oe property

OpenMetaverse.UUID of item/folder
public UUID UUID
Résultat UUID