C# Class OpenMetaverse.InventoryBase

Inheritance: ISerializable
Show file Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

Property Type Description
Name string
OwnerID UUID
ParentUUID UUID
UUID UUID

Public Methods

Method 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 method

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
return bool

Equals() public method

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
return bool

GetHashCode() public method

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
return int

InventoryBase() public method

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

Property Details

Name public property

Name of item/folder
public string Name
return string

OwnerID public property

Item/Folder Owners OpenMetaverse.UUID
public UUID OwnerID
return UUID

ParentUUID public property

OpenMetaverse.UUID of parent folder
public UUID ParentUUID
return UUID

UUID public property

OpenMetaverse.UUID of item/folder
public UUID UUID
return UUID