Summary
returns an
The clazz parameter can be any of the following:
- a fully qualified classname as a String.
- a Class object.
- any other object to be used as a template.
Db4objects.Db4o.Config.IObjectClass
object
to configure the specified class.
The clazz parameter can be any of the following:
- a fully qualified classname as a String.
- a Class object.
- any other object to be used as a template.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- IConfiguration
Syntax
IObjectClass ObjectClass(Object clazz)
Parameters
Name | Type | Description |
---|---|---|
clazz | Object | class name, Class object, or example object. |
Return Value
Type | Description |
---|---|
IObjectClass |
an instance of an
Db4objects.Db4o.Config.IObjectClass
object for configuration.
|