C# Class OpenMetaverse.InventoryFolder

A folder contains T:OpenMetaverse.InventoryItems and has certain attributes specific to itself
Inheritance: InventoryBase
Show file Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

Property Type Description
DescendentCount int
PreferredType AssetType
Version int

Public Methods

Method Description
Equals ( InventoryBase o ) : bool

Equals ( InventoryFolder o ) : bool

Equals ( object o ) : bool

GetHashCode ( ) : int

InventoryFolder ( UUID itemID ) : System

Constructor

ToString ( ) : string

Method Details

Equals() public method

public Equals ( InventoryBase o ) : bool
o InventoryBase
return bool

Equals() public method

public Equals ( InventoryFolder o ) : bool
o InventoryFolder
return bool

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

InventoryFolder() public method

Constructor
public InventoryFolder ( UUID itemID ) : System
itemID UUID UUID of the folder
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

DescendentCount public property

Number of child items this folder contains.
public int DescendentCount
return int

PreferredType public property

The Preferred T:OpenMetaverse.AssetType for a folder.
public AssetType PreferredType
return AssetType

Version public property

The Version of this folder
public int Version
return int