C# 클래스 HaloMap.Plugins.IFPIO

The ifpio.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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