C# 클래스 fBaseXtensions.Cache.Internal.Objects.CacheItem

상속: CacheObject
파일 보기 프로젝트 열기: herbfunk/Funky 1 사용 예제들

공개 메소드들

메소드 설명
CacheItem ( CacheObject baseobj ) : System
Interact ( ) : RunStatus
IsStillValid ( ) : bool
UpdateData ( ) : bool
UpdateWeight ( ) : void
WithinInteractionRange ( ) : bool

메소드 상세

CacheItem() 공개 메소드

public CacheItem ( CacheObject baseobj ) : System
baseobj CacheObject
리턴 System

Interact() 공개 메소드

public Interact ( ) : RunStatus
리턴 RunStatus

IsStillValid() 공개 메소드

public IsStillValid ( ) : bool
리턴 bool

UpdateData() 공개 메소드

public UpdateData ( ) : bool
리턴 bool

UpdateWeight() 공개 메소드

public UpdateWeight ( ) : void
리턴 void

WithinInteractionRange() 공개 메소드

public WithinInteractionRange ( ) : bool
리턴 bool