Summary
Reflection Field representation.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Reflect 
- Implementing Types
							graph BT
	Type["IReflectField"]
class Type type-node
	Implementing0["GenericVirtualField"]-.->Type
	click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Reflect.Generic/GenericVirtualField"
	Implementing1["GenericField"]-.->Type
	click Implementing1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Reflect.Generic/GenericField"
	Implementing2["NetField"]-.->Type
	click Implementing2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Reflect.Net/NetField"
						
					Syntax
public interface IReflectFieldRemarks
    Reflection Field representation
    
See documentation for System.Reflection API.
			See documentation for System.Reflection API.
Methods
| Name | Value | Summary | 
|---|---|---|
| Get | Object | |
| GetFieldType | IReflectClass | 
    The ReflectClass returned by this method should have been
    provided by the parent reflector.
     | 
| GetName | string | |
| IndexEntry | Object | |
| IndexType | IReflectClass | 
    The ReflectClass returned by this method should have been
    provided by the parent reflector.
     | 
| IsPublic | bool | |
| IsStatic | bool | |
| IsTransient | bool | |
| Set | void | 
See Also
- Db4objects.Db4o.Reflect.IReflector