C# 클래스 xpidea.neuro.net.patterns.NeuroObjectCollection

Represents vollection of xpidea.neuro.net.NeuroObject
상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: AlexCherkasov/Neuro.NET

공개 메소드들

메소드 설명
Load ( BinaryReader binaryReader ) : void

LoadFromFile ( string fileName ) : void

Loads collection from a file.

Save ( BinaryWriter binaryWriter ) : void

SaveToFile ( string fileName ) : void

Stores collection of the objectects into a file in a binary format.

보호된 메소드들

메소드 설명
CreateContainigObject ( ) : NeuroObject

Constucts the object that could be stored in this collection.

비공개 메소드들

메소드 설명
NeuroObjectCollection ( ) : System

Creates the collection.

NeuroObjectCollection ( string fileName ) : System

Constructor. Creates the collection and loads content from a file.

메소드 상세

CreateContainigObject() 보호된 추상적인 메소드

Constucts the object that could be stored in this collection.
protected abstract CreateContainigObject ( ) : NeuroObject
리턴 NeuroObject

Load() 공개 메소드

public Load ( BinaryReader binaryReader ) : void
binaryReader System.IO.BinaryReader
리턴 void

LoadFromFile() 공개 메소드

Loads collection from a file.
public LoadFromFile ( string fileName ) : void
fileName string
리턴 void

Save() 공개 메소드

public Save ( BinaryWriter binaryWriter ) : void
binaryWriter System.IO.BinaryWriter
리턴 void

SaveToFile() 공개 메소드

Stores collection of the objectects into a file in a binary format.
public SaveToFile ( string fileName ) : void
fileName string File name.
리턴 void