C# Class HaloMap.Plugins.IFPIO

The ifpio.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
ENTElements List
author string
classType string
headerSize int
items object[]
revisions string[]
version string

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

IFPOutput() public méthode

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

ReadIFP() public méthode

The read ifp.
public ReadIFP ( string inputFilePath ) : void
inputFilePath string The input file path.
Résultat void

newReadIFP() public méthode

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

Property Details

ENTElements public_oe property

Contains all items including those in reflexives/structs in one level
public List ENTElements
Résultat List

author public_oe property

The author.
public string author
Résultat string

classType public_oe property

The class type.
public string classType
Résultat string

headerSize public_oe property

The header size.
public int headerSize
Résultat int

items public_oe property

Contains all items in a tree structure
public object[] items
Résultat object[]

revisions public_oe property

Plugin revision notes
public string[] revisions
Résultat string[]

version public_oe property

The current plugin version.
public string version
Résultat string