C# Class Encog.Persist.Persistors.Generic.FieldMapping

A simple mapping that holds the reference, field and target of an object. This is used internally by the object mapper to help resolve references.
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Свойство Type Description
field System.Reflection.FieldInfo
reff int

Méthodes publiques

Méthode Description
FieldMapping ( int reff, FieldInfo field, Object target ) : System

Construct a field mapping.

Method Details

FieldMapping() public méthode

Construct a field mapping.
public FieldMapping ( int reff, FieldInfo field, Object target ) : System
reff int The field reference.
field System.Reflection.FieldInfo The field.
target Object The target that holds the field.
Résultat System

Property Details

field public_oe property

The field object.
public FieldInfo,System.Reflection field
Résultat System.Reflection.FieldInfo

reff public_oe property

The field's reference.
public int reff
Résultat int