C# Class SEModAPIInternal.API.Entity.InventoryItemEntity

Inheritance: BaseObject
ファイルを表示 Open project: rexxar-tc/SEServerExtender Class Usage Examples

Public Properties

Property Type Description
InventoryItemClass string
InventoryItemGetObjectBuilderMethod string
InventoryItemItemIdField string
InventoryItemNamespace string

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
InventoryItemEntity ( MyObjectBuilder_InventoryItem definition ) : System
InventoryItemEntity ( MyObjectBuilder_InventoryItem definition, Object backingObject ) : System
InventoryItemEntity ( Object backingObject, InventoryEntity parent ) : System
ReflectionUnitTest ( ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

InventoryItemEntity() public method

public InventoryItemEntity ( MyObjectBuilder_InventoryItem definition ) : System
definition MyObjectBuilder_InventoryItem
return System

InventoryItemEntity() public method

public InventoryItemEntity ( MyObjectBuilder_InventoryItem definition, Object backingObject ) : System
definition MyObjectBuilder_InventoryItem
backingObject Object
return System

InventoryItemEntity() public method

public InventoryItemEntity ( Object backingObject, InventoryEntity parent ) : System
backingObject Object
parent InventoryEntity
return System

ReflectionUnitTest() public static method

public static ReflectionUnitTest ( ) : bool
return bool

Property Details

InventoryItemClass public_oe static_oe property

public static string InventoryItemClass
return string

InventoryItemGetObjectBuilderMethod public_oe static_oe property

public static string InventoryItemGetObjectBuilderMethod
return string

InventoryItemItemIdField public_oe static_oe property

public static string InventoryItemItemIdField
return string

InventoryItemNamespace public_oe static_oe property

public static string InventoryItemNamespace
return string