C# Класс xpidea.neuro.net.patterns.NeuroObjectCollection

Represents vollection of xpidea.neuro.net.NeuroObject
Наследование: System.Collections.CollectionBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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