Method | Description | |
---|---|---|
DBWriterCtx ( IInternalObjectDBTransaction transaction, |
||
FindInstance ( int id ) : object | ||
GetTransaction ( ) : IInternalObjectDBTransaction | ||
RegisterInstance ( object content ) : int | ||
WriteNativeObject ( object @object ) : void | ||
WriteNativeObjectPreventInline ( object @object ) : void | ||
WriteObject ( object @object ) : bool | ||
Writer ( ) : |
Method | Description | |
---|---|---|
CommonWriteObject ( object @object, bool autoRegister, bool forceInline ) : bool |
public DBWriterCtx ( IInternalObjectDBTransaction transaction, |
||
transaction | IInternalObjectDBTransaction | |
writer | ||
return | System.Collections.Generic |
public GetTransaction ( ) : IInternalObjectDBTransaction | ||
return | IInternalObjectDBTransaction |
public RegisterInstance ( object content ) : int | ||
content | object | |
return | int |
public WriteNativeObject ( object @object ) : void | ||
@object | object | |
return | void |
public WriteNativeObjectPreventInline ( object @object ) : void | ||
@object | object | |
return | void |
public Writer ( ) : |
||
return |