Property | Type | Description | |
---|---|---|---|
ENTElements | List |
||
author | string | ||
classType | string | ||
headerSize | int | ||
items | object[] | ||
revisions | string[] | ||
version | string |
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.
|
Method | Description | |
---|---|---|
EntWriter ( |
The ent writer.
|
|
IFPReader ( |
The ifp reader.
|
|
IFPWriter ( |
The ifp writer.
|
|
NewIFPReader ( |
The new ifp reader.
|
|
Options ( |
The options.
|
|
makeIndex ( |
The make index.
|
public EntOutput ( string pluginNameAndPath, bool reWritePlugin ) : void | ||
pluginNameAndPath | string | The plugin name and path. |
reWritePlugin | bool | The re write plugin. |
return | void |
public IFPOutput ( string pluginNameAndPath ) : void | ||
pluginNameAndPath | string | The plugin name and path. |
return | void |
public ReadIFP ( string inputFilePath ) : void | ||
inputFilePath | string | The input file path. |
return | void |
public newReadIFP ( string inputFilePath ) : void | ||
inputFilePath | string | The input file path. |
return | void |