C# 클래스 Encog.Persist.Persistors.PropertyDataPersistor

The Encog persistor used to persist the PropertyData class.
상속: IPersistor
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
Load ( ReadXML xmlin ) : IEncogPersistedObject

Load the specified Encog object from an XML reader.

Save ( IEncogPersistedObject obj, WriteXML xmlout ) : void

Save the specified Encog object to an XML writer.

비공개 메소드들

메소드 설명
HandleProperties ( ReadXML xmlin ) : void

Handle the properties tag.

HandleProperty ( ReadXML xmlin ) : void

Handle loading an individual property.

메소드 상세

Load() 공개 메소드

Load the specified Encog object from an XML reader.
public Load ( ReadXML xmlin ) : IEncogPersistedObject
xmlin Encog.Parse.Tags.Read.ReadXML The XML reader to use.
리턴 IEncogPersistedObject

Save() 공개 메소드

Save the specified Encog object to an XML writer.
public Save ( IEncogPersistedObject obj, WriteXML xmlout ) : void
obj IEncogPersistedObject The object to save.
xmlout Encog.Parse.Tags.Write.WriteXML The XML writer to save to.
리턴 void