C# Class Simian.InventoryFolder

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

Public Properties

Property Type Description
Children InventoryObject>.InternalDictionary
PreferredType AssetType
Version int

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Children public property

Number of child items this folder contains
public InternalDictionary Children
return InventoryObject>.InternalDictionary

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