C# 클래스 BTDB.ODBLayer.TableInfo

파일 보기 프로젝트 열기: Bobris/BTDB 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BuildKeyForTableVersions byte[]
CreateCreator void
CreateFreeContent Tuple,IList>>
CreateInitializer void
CreateLoader Action
CreateSaver void
EnsureClientTypeVersion void
EnsureKnownLastPersistedVersion void
GetFreeContent Tuple,IList>>
GetLoader Action
GetPersistantName string
TableInfo System

공개 메소드들

메소드 설명
CacheSingletonContent ( long transactionNumber, byte content ) : void
IsSingletonOid ( ulong id ) : bool
ResetNeedStoreSingletonOid ( ) : void
SingletonContent ( long transactionNumber ) : byte[]

비공개 메소드들

메소드 설명
BuildKeyForTableVersions ( uint tableId, uint tableVersion ) : byte[]
CreateCreator ( ) : void
CreateFreeContent ( uint version ) : Tuple,IList>>
CreateInitializer ( ) : void
CreateLoader ( uint version ) : Action
CreateSaver ( ) : void
EnsureClientTypeVersion ( ) : void
EnsureKnownLastPersistedVersion ( ) : void
GetFreeContent ( uint version ) : Tuple,IList>>
GetLoader ( uint version ) : Action
GetPersistantName ( PropertyInfo p ) : string
TableInfo ( uint id, string name, ITableInfoResolver tableInfoResolver ) : System

메소드 상세

CacheSingletonContent() 공개 메소드

public CacheSingletonContent ( long transactionNumber, byte content ) : void
transactionNumber long
content byte
리턴 void

IsSingletonOid() 공개 메소드

public IsSingletonOid ( ulong id ) : bool
id ulong
리턴 bool

ResetNeedStoreSingletonOid() 공개 메소드

public ResetNeedStoreSingletonOid ( ) : void
리턴 void

SingletonContent() 공개 메소드

public SingletonContent ( long transactionNumber ) : byte[]
transactionNumber long
리턴 byte[]