C# 클래스 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.
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 프로퍼티들

프로퍼티 타입 설명
field System.Reflection.FieldInfo
reff int

공개 메소드들

메소드 설명
FieldMapping ( int reff, FieldInfo field, Object target ) : System

Construct a field mapping.

메소드 상세

FieldMapping() 공개 메소드

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.
리턴 System

프로퍼티 상세

field 공개적으로 프로퍼티

The field object.
public FieldInfo,System.Reflection field
리턴 System.Reflection.FieldInfo

reff 공개적으로 프로퍼티

The field's reference.
public int reff
리턴 int