프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BuildKeyForTableVersions | byte[] | ||
CreateCreator | void | ||
CreateFreeContent | Tuple |
||
CreateInitializer | void | ||
CreateLoader | Action |
||
CreateSaver | void | ||
EnsureClientTypeVersion | void | ||
EnsureKnownLastPersistedVersion | void | ||
GetFreeContent | Tuple |
||
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 |
||
CreateInitializer ( ) : void | ||
CreateLoader ( uint version ) : Action |
||
CreateSaver ( ) : void | ||
EnsureClientTypeVersion ( ) : void | ||
EnsureKnownLastPersistedVersion ( ) : void | ||
GetFreeContent ( uint version ) : Tuple |
||
GetLoader ( uint version ) : Action |
||
GetPersistantName ( |
||
TableInfo ( uint id, string name, ITableInfoResolver tableInfoResolver ) : System |
public CacheSingletonContent ( long transactionNumber, byte content ) : void | ||
transactionNumber | long | |
content | byte | |
리턴 | void |
public SingletonContent ( long transactionNumber ) : byte[] | ||
transactionNumber | long | |
리턴 | byte[] |