C# 클래스 SEModAPIInternal.API.Entity.InventoryEntity

상속: BaseObject
파일 보기 프로젝트 열기: rexxar-tc/SEServerExtender 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
InventoryAddItemAmountMethod string
InventoryCalculateMassVolumeMethod string
InventoryClass string
InventoryCleanUpMethod string
InventoryGetItemListMethod string
InventoryGetObjectBuilderMethod string
InventoryGetTotalMassMethod string
InventoryGetTotalVolumeMethod string
InventoryNamespace string
InventoryRemoveItemAmountMethod string
InventorySetFromObjectBuilderMethod string

Private Properties

프로퍼티 타입 설명
UpdateItemAmount void

공개 메소드들

메소드 설명
DeleteEntry ( InventoryItemEntity source ) : bool
InventoryEntity ( MyObjectBuilder_Inventory definition ) : System
InventoryEntity ( MyObjectBuilder_Inventory definition, Object backingObject ) : System
NewEntry ( ) : InventoryItemEntity
NewEntry ( InventoryItemEntity source ) : bool
ReflectionUnitTest ( ) : bool
RefreshInventory ( ) : void
UpdateItemAmount ( InventoryItemEntity item, float newAmount ) : void

보호된 메소드들

메소드 설명
InternalUpdateItemAmount ( ) : void

비공개 메소드들

메소드 설명
UpdateItemAmount ( InventoryItemEntity item, Decimal newAmount ) : void

메소드 상세

DeleteEntry() 공개 메소드

public DeleteEntry ( InventoryItemEntity source ) : bool
source InventoryItemEntity
리턴 bool

InternalUpdateItemAmount() 보호된 메소드

protected InternalUpdateItemAmount ( ) : void
리턴 void

InventoryEntity() 공개 메소드

public InventoryEntity ( MyObjectBuilder_Inventory definition ) : System
definition MyObjectBuilder_Inventory
리턴 System

InventoryEntity() 공개 메소드

public InventoryEntity ( MyObjectBuilder_Inventory definition, Object backingObject ) : System
definition MyObjectBuilder_Inventory
backingObject Object
리턴 System

NewEntry() 공개 메소드

public NewEntry ( ) : InventoryItemEntity
리턴 InventoryItemEntity

NewEntry() 공개 메소드

public NewEntry ( InventoryItemEntity source ) : bool
source InventoryItemEntity
리턴 bool

ReflectionUnitTest() 공개 정적인 메소드

public static ReflectionUnitTest ( ) : bool
리턴 bool

RefreshInventory() 공개 메소드

public RefreshInventory ( ) : void
리턴 void

UpdateItemAmount() 공개 메소드

public UpdateItemAmount ( InventoryItemEntity item, float newAmount ) : void
item InventoryItemEntity
newAmount float
리턴 void

프로퍼티 상세

InventoryAddItemAmountMethod 공개적으로 정적으로 프로퍼티

public static string InventoryAddItemAmountMethod
리턴 string

InventoryCalculateMassVolumeMethod 공개적으로 정적으로 프로퍼티

public static string InventoryCalculateMassVolumeMethod
리턴 string

InventoryClass 공개적으로 정적으로 프로퍼티

public static string InventoryClass
리턴 string

InventoryCleanUpMethod 공개적으로 정적으로 프로퍼티

public static string InventoryCleanUpMethod
리턴 string

InventoryGetItemListMethod 공개적으로 정적으로 프로퍼티

public static string InventoryGetItemListMethod
리턴 string

InventoryGetObjectBuilderMethod 공개적으로 정적으로 프로퍼티

public static string InventoryGetObjectBuilderMethod
리턴 string

InventoryGetTotalMassMethod 공개적으로 정적으로 프로퍼티

public static string InventoryGetTotalMassMethod
리턴 string

InventoryGetTotalVolumeMethod 공개적으로 정적으로 프로퍼티

public static string InventoryGetTotalVolumeMethod
리턴 string

InventoryNamespace 공개적으로 정적으로 프로퍼티

public static string InventoryNamespace
리턴 string

InventoryRemoveItemAmountMethod 공개적으로 정적으로 프로퍼티

public static string InventoryRemoveItemAmountMethod
리턴 string

InventorySetFromObjectBuilderMethod 공개적으로 정적으로 프로퍼티

public static string InventorySetFromObjectBuilderMethod
리턴 string