C# Class Simian.InventoryFolder

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

Méthodes publiques

Свойство Type Description
Children InventoryObject>.InternalDictionary
PreferredType AssetType
Version int

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Children public_oe property

Number of child items this folder contains
public InternalDictionary Children
Résultat InventoryObject>.InternalDictionary

PreferredType public_oe property

The Preferred T:OpenMetaverse.AssetType for a folder.
public AssetType PreferredType
Résultat AssetType

Version public_oe property

The Version of this folder
public int Version
Résultat int