C# Class Simian.InventoryObject

Base class that inventory items and folders inherit from
Mostrar archivo Open project: 3di/3di-viewer-rei-libs

Public Properties

Property Type Description
ID UUID
Name string
OwnerID UUID
Parent InventoryObject
ParentID UUID

Public Methods

Method Description
GetHashCode ( ) : int

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

ID public_oe property

OpenMetaverse.UUID of the inventory item
public UUID ID
return UUID

Name public_oe property

Item name
public string Name
return string

OwnerID public_oe property

Item owner OpenMetaverse.UUID
public UUID OwnerID
return UUID

Parent public_oe property

Parent folder
public InventoryObject Parent
return InventoryObject

ParentID public_oe property

OpenMetaverse.UUID of the parent folder
public UUID ParentID
return UUID