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

상속: CacheObject
파일 보기 프로젝트 열기: herbfunk/Funky

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CacheGizmo ( CacheObject baseobj ) : System
IsStillValid ( ) : bool
UpdateData ( ) : bool
UpdateWeight ( ) : void

메소드 상세

CacheGizmo() 공개 메소드

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

IsStillValid() 공개 메소드

public IsStillValid ( ) : bool
리턴 bool

UpdateData() 공개 메소드

public UpdateData ( ) : bool
리턴 bool

UpdateWeight() 공개 메소드

public UpdateWeight ( ) : void
리턴 void