IReflectClass.

IsSimple() Method

Summary

We need this for replication, to find out if a class needs to be traversed or if it simply can be copied across.

Syntax

bool IsSimple()

Remarks

We need this for replication, to find out if a class needs to be traversed or if it simply can be copied across. For now we will simply return the classes that are Db4objects.Db4o.Reflect.IReflectClass.IsPrimitive and Db4objects.Db4o.Internal.Platform4.IsSimple(System.Type<T>) We can think about letting users add an Immutable annotation.

Return Value

Type Description
bool