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

Inheritance: CacheObject
Afficher le fichier Open project: herbfunk/Funky

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CacheGizmo ( CacheObject baseobj ) : System
IsStillValid ( ) : bool
UpdateData ( ) : bool
UpdateWeight ( ) : void

Method Details

CacheGizmo() public méthode

public CacheGizmo ( CacheObject baseobj ) : System
baseobj CacheObject
Résultat System

IsStillValid() public méthode

public IsStillValid ( ) : bool
Résultat bool

UpdateData() public méthode

public UpdateData ( ) : bool
Résultat bool

UpdateWeight() public méthode

public UpdateWeight ( ) : void
Résultat void