Свойство | Тип | Описание | |
---|---|---|---|
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 ResetNeedStoreSingletonOid ( ) : void | ||
Результат | void |
public SingletonContent ( long transactionNumber ) : byte[] | ||
transactionNumber | long | |
Результат | byte[] |