GenericVirtualField Class

graph BT Type-->Base0["GenericField"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Reflect.Generic/GenericField" Base0-->Base1["Object"] Type-.->Interface0["IReflectField"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Reflect/IReflectField" Type-.->Interface1["IDeepClone"] click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IDeepClone" Type["GenericVirtualField"] class Type type-node

Syntax

public class GenericVirtualField : GenericField, IReflectField, IDeepClone

Constructors

Methods

Name Value Summary
DeepClone(Object) Object
Get(Object) Object
GetFieldType() IReflectClass
GetName() string
Inherited from GenericField
IndexEntry(Object) Object
Inherited from GenericField
IndexType() IReflectClass
Inherited from GenericField
IsPrimitive() bool
Inherited from GenericField
IsPublic() bool
IsStatic() bool
IsTransient() bool
Set(Object, Object) void