C# Class SEModAPIInternal.API.Entity.InventoryItemManager

Inheritance: BaseObjectManager
Afficher le fichier Open project: rexxar-tc/SEServerExtender Class Usage Examples

Méthodes publiques

Méthode Description
InventoryItemManager ( InventoryEntity parent ) : System
InventoryItemManager ( InventoryEntity parent, Object backingSource, string backingSourceMethodName ) : System

Méthodes protégées

Méthode Description
IsValidEntity ( Object entity ) : bool
LoadDynamic ( ) : void

Method Details

InventoryItemManager() public méthode

public InventoryItemManager ( InventoryEntity parent ) : System
parent InventoryEntity
Résultat System

InventoryItemManager() public méthode

public InventoryItemManager ( InventoryEntity parent, Object backingSource, string backingSourceMethodName ) : System
parent InventoryEntity
backingSource Object
backingSourceMethodName string
Résultat System

IsValidEntity() protected méthode

protected IsValidEntity ( Object entity ) : bool
entity Object
Résultat bool

LoadDynamic() protected méthode

protected LoadDynamic ( ) : void
Résultat void