C# Class fBaseXtensions.Cache.Internal.Objects.CacheItem

Inheritance: CacheObject
Show file Open project: herbfunk/Funky Class Usage Examples

Public Methods

Method Description
CacheItem ( CacheObject baseobj ) : System
Interact ( ) : RunStatus
IsStillValid ( ) : bool
UpdateData ( ) : bool
UpdateWeight ( ) : void
WithinInteractionRange ( ) : bool

Method Details

CacheItem() public method

public CacheItem ( CacheObject baseobj ) : System
baseobj CacheObject
return System

Interact() public method

public Interact ( ) : RunStatus
return RunStatus

IsStillValid() public method

public IsStillValid ( ) : bool
return bool

UpdateData() public method

public UpdateData ( ) : bool
return bool

UpdateWeight() public method

public UpdateWeight ( ) : void
return void

WithinInteractionRange() public method

public WithinInteractionRange ( ) : bool
return bool