C# Класс HaloMap.Plugins.IFPIO

The ifpio.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ENTElements List
author string
classType string
headerSize int
items object[]
revisions string[]
version string

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

Метод Описание
EntOutput ( string pluginNameAndPath, bool reWritePlugin ) : void

The ent output.

IFPOutput ( string pluginNameAndPath ) : void

The ifp output.

ReadIFP ( string inputFilePath ) : void

The read ifp.

newReadIFP ( string inputFilePath ) : void

The new read ifp.

Приватные методы

Метод Описание
EntWriter ( XmlTextWriter xtw, int counter ) : void

The ent writer.

IFPReader ( XmlTextReader &xtr ) : object[]

The ifp reader.

IFPWriter ( XmlTextWriter xtw, object itemsToWrite ) : void

The ifp writer.

NewIFPReader ( XmlTextReader &xtr, int parent, bool nested ) : void

The new ifp reader.

Options ( XmlTextReader &xtr ) : Option[]

The options.

makeIndex ( XmlTextReader &xtr, string type ) : Index

The make index.

Описание методов

EntOutput() публичный Метод

The ent output.
public EntOutput ( string pluginNameAndPath, bool reWritePlugin ) : void
pluginNameAndPath string The plugin name and path.
reWritePlugin bool The re write plugin.
Результат void

IFPOutput() публичный Метод

The ifp output.
public IFPOutput ( string pluginNameAndPath ) : void
pluginNameAndPath string The plugin name and path.
Результат void

ReadIFP() публичный Метод

The read ifp.
public ReadIFP ( string inputFilePath ) : void
inputFilePath string The input file path.
Результат void

newReadIFP() публичный Метод

The new read ifp.
public newReadIFP ( string inputFilePath ) : void
inputFilePath string The input file path.
Результат void

Описание свойств

ENTElements публичное свойство

Contains all items including those in reflexives/structs in one level
public List ENTElements
Результат List

author публичное свойство

The author.
public string author
Результат string

classType публичное свойство

The class type.
public string classType
Результат string

headerSize публичное свойство

The header size.
public int headerSize
Результат int

items публичное свойство

Contains all items in a tree structure
public object[] items
Результат object[]

revisions публичное свойство

Plugin revision notes
public string[] revisions
Результат string[]

version публичное свойство

The current plugin version.
public string version
Результат string