IIdSystemFactory Interface

Summary

Factory interface to create a custom IdSystem.
graph BT Type["IIdSystemFactory"] class Type type-node

Syntax

public interface IIdSystemFactory

Remarks

Factory interface to create a custom IdSystem.

Methods

Name Value Summary
NewInstance(LocalObjectContainer) IIdSystem
creates

See Also

  • Db4objects.Db4o.Config.IIdSystemConfiguration.UseCustomSystem(Db4objects.Db4o.Config.IIdSystemFactory)