C# Class HaloMap.Plugins.IFPIO

The ifpio.
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
ENTElements List
author string
classType string
headerSize int
items object[]
revisions string[]
version string

Public Methods

Method Description
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.

Private Methods

Method Description
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.

Method Details

EntOutput() public method

The ent output.
public EntOutput ( string pluginNameAndPath, bool reWritePlugin ) : void
pluginNameAndPath string The plugin name and path.
reWritePlugin bool The re write plugin.
return void

IFPOutput() public method

The ifp output.
public IFPOutput ( string pluginNameAndPath ) : void
pluginNameAndPath string The plugin name and path.
return void

ReadIFP() public method

The read ifp.
public ReadIFP ( string inputFilePath ) : void
inputFilePath string The input file path.
return void

newReadIFP() public method

The new read ifp.
public newReadIFP ( string inputFilePath ) : void
inputFilePath string The input file path.
return void

Property Details

ENTElements public property

Contains all items including those in reflexives/structs in one level
public List ENTElements
return List

author public property

The author.
public string author
return string

classType public property

The class type.
public string classType
return string

headerSize public property

The header size.
public int headerSize
return int

items public property

Contains all items in a tree structure
public object[] items
return object[]

revisions public property

Plugin revision notes
public string[] revisions
return string[]

version public property

The current plugin version.
public string version
return string