C# 클래스 DataDictionary.Generated.Structure

상속: DataDictionary.Types.Type
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs 1 사용 예제들

공개 메소드들

메소드 설명
NotifyControllers ( Lock aLock ) : void
Structure ( ) : System
allElements ( ) : ArrayList

Part of the list interface for Elements

allInterfaces ( ) : ArrayList

Part of the list interface for Interfaces

allProcedures ( ) : ArrayList

Part of the list interface for Procedures

allRules ( ) : ArrayList

Part of the list interface for Rules

allStateMachines ( ) : ArrayList

Part of the list interface for StateMachines

appendElements ( Lock aLock, StructureElement el ) : void
appendElements ( StructureElement el ) : void

Part of the list interface for Elements

appendElements ( System coll ) : void

Part of the list interface for Elements

appendElements ( System coll, Lock aLock ) : void
appendInterfaces ( Lock aLock, StructureRef el ) : void
appendInterfaces ( StructureRef el ) : void

Part of the list interface for Interfaces

appendInterfaces ( System coll ) : void

Part of the list interface for Interfaces

appendInterfaces ( System coll, Lock aLock ) : void
appendProcedures ( Lock aLock, Procedure el ) : void
appendProcedures ( Procedure el ) : void

Part of the list interface for Procedures

appendProcedures ( System coll ) : void

Part of the list interface for Procedures

appendProcedures ( System coll, Lock aLock ) : void
appendRules ( Lock aLock, Rule el ) : void
appendRules ( Rule el ) : void

Part of the list interface for Rules

appendRules ( System coll ) : void

Part of the list interface for Rules

appendRules ( System coll, Lock aLock ) : void
appendStateMachines ( Lock aLock, StateMachine el ) : void
appendStateMachines ( StateMachine el ) : void

Part of the list interface for StateMachines

appendStateMachines ( System coll ) : void

Part of the list interface for StateMachines

appendStateMachines ( System coll, Lock aLock ) : void
copyTo ( Structure other ) : void
countElements ( ) : int

Part of the list interface for Elements

countInterfaces ( ) : int

Part of the list interface for Interfaces

countProcedures ( ) : int

Part of the list interface for Procedures

countRules ( ) : int

Part of the list interface for Rules

countStateMachines ( ) : int

Part of the list interface for StateMachines

deleteElements ( int idx ) : void

Part of the list interface for Elements This deletion function removes an element from the collection in Elements

deleteElements ( int idx, Lock aLock ) : void
deleteInterfaces ( int idx ) : void

Part of the list interface for Interfaces This deletion function removes an element from the collection in Interfaces

deleteInterfaces ( int idx, Lock aLock ) : void
deleteProcedures ( int idx ) : void

Part of the list interface for Procedures This deletion function removes an element from the collection in Procedures

deleteProcedures ( int idx, Lock aLock ) : void
deleteRules ( int idx ) : void

Part of the list interface for Rules This deletion function removes an element from the collection in Rules

deleteRules ( int idx, Lock aLock ) : void
deleteStateMachines ( int idx ) : void

Part of the list interface for StateMachines This deletion function removes an element from the collection in StateMachines

deleteStateMachines ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getElements ( int idx ) : StructureElement

Part of the list interface for Elements This function returns an element from the collection in Elements based on an index.

getInterfaces ( int idx ) : StructureRef

Part of the list interface for Interfaces This function returns an element from the collection in Interfaces based on an index.

getIsAbstract ( ) : bool
getProcedures ( int idx ) : Procedure

Part of the list interface for Procedures This function returns an element from the collection in Procedures based on an index.

getRules ( int idx ) : Rule

Part of the list interface for Rules This function returns an element from the collection in Rules based on an index.

getStateMachines ( int idx ) : StateMachine

Part of the list interface for StateMachines This function returns an element from the collection in StateMachines based on an index.

indexOfElements ( IXmlBBase el ) : int

Part of the list interface for Elements This function returns the index of an element in the collection.

indexOfInterfaces ( IXmlBBase el ) : int

Part of the list interface for Interfaces This function returns the index of an element in the collection.

indexOfProcedures ( IXmlBBase el ) : int

Part of the list interface for Procedures This function returns the index of an element in the collection.

indexOfRules ( IXmlBBase el ) : int

Part of the list interface for Rules This function returns the index of an element in the collection.

indexOfStateMachines ( IXmlBBase el ) : int

Part of the list interface for StateMachines This function returns the index of an element in the collection.

insertElements ( int idx, StructureElement el ) : void

Part of the list interface for Elements This insertion function inserts a new element in the collection in Elements

insertElements ( int idx, StructureElement el, Lock aLock ) : void
insertInterfaces ( int idx, StructureRef el ) : void

Part of the list interface for Interfaces This insertion function inserts a new element in the collection in Interfaces

insertInterfaces ( int idx, StructureRef el, Lock aLock ) : void
insertProcedures ( int idx, Procedure el ) : void

Part of the list interface for Procedures This insertion function inserts a new element in the collection in Procedures

insertProcedures ( int idx, Procedure el, Lock aLock ) : void
insertRules ( int idx, Rule el ) : void

Part of the list interface for Rules This insertion function inserts a new element in the collection in Rules

insertRules ( int idx, Rule el, Lock aLock ) : void
insertStateMachines ( int idx, StateMachine el ) : void

Part of the list interface for StateMachines This insertion function inserts a new element in the collection in StateMachines

insertStateMachines ( int idx, StateMachine el, Lock aLock ) : void
parse ( XmlBContext ctxt, string endingTag ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
parseBody ( XmlBContext ctxt ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
removeElements ( IXmlBBase obj ) : void

Part of the list interface for Elements This deletion function removes an element from the collection in Elements If the object given in parameter is not found in the the collection, this function does nothing.

removeElements ( IXmlBBase obj, Lock aLock ) : void
removeInterfaces ( IXmlBBase obj ) : void

Part of the list interface for Interfaces This deletion function removes an element from the collection in Interfaces If the object given in parameter is not found in the the collection, this function does nothing.

removeInterfaces ( IXmlBBase obj, Lock aLock ) : void
removeProcedures ( IXmlBBase obj ) : void

Part of the list interface for Procedures This deletion function removes an element from the collection in Procedures If the object given in parameter is not found in the the collection, this function does nothing.

removeProcedures ( IXmlBBase obj, Lock aLock ) : void
removeRules ( IXmlBBase obj ) : void

Part of the list interface for Rules This deletion function removes an element from the collection in Rules If the object given in parameter is not found in the the collection, this function does nothing.

removeRules ( IXmlBBase obj, Lock aLock ) : void
removeStateMachines ( IXmlBBase obj ) : void

Part of the list interface for StateMachines This deletion function removes an element from the collection in StateMachines If the object given in parameter is not found in the the collection, this function does nothing.

removeStateMachines ( IXmlBBase obj, Lock aLock ) : void
setAllElements ( Lock aLock, System coll ) : void
setAllElements ( System coll ) : void

Part of the list interface for Elements

setAllInterfaces ( Lock aLock, System coll ) : void
setAllInterfaces ( System coll ) : void

Part of the list interface for Interfaces

setAllProcedures ( Lock aLock, System coll ) : void
setAllProcedures ( System coll ) : void

Part of the list interface for Procedures

setAllRules ( Lock aLock, System coll ) : void
setAllRules ( System coll ) : void

Part of the list interface for Rules

setAllStateMachines ( Lock aLock, System coll ) : void
setAllStateMachines ( System coll ) : void

Part of the list interface for StateMachines

setIsAbstract ( bool v ) : void
subElements ( ArrayList l ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
unParseBody ( TextWriter pw ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.

비공개 메소드들

메소드 설명
getElements ( ) : ArrayList

Part of the list interface for Elements

getInterfaces ( ) : ArrayList

Part of the list interface for Interfaces

getProcedures ( ) : ArrayList

Part of the list interface for Procedures

getRules ( ) : ArrayList

Part of the list interface for Rules

getStateMachines ( ) : ArrayList

Part of the list interface for StateMachines

메소드 상세

NotifyControllers() 공개 메소드

public NotifyControllers ( Lock aLock ) : void
aLock Lock
리턴 void

Structure() 공개 메소드

public Structure ( ) : System
리턴 System

allElements() 공개 메소드

Part of the list interface for Elements
public allElements ( ) : ArrayList
리턴 System.Collections.ArrayList

allInterfaces() 공개 메소드

Part of the list interface for Interfaces
public allInterfaces ( ) : ArrayList
리턴 System.Collections.ArrayList

allProcedures() 공개 메소드

Part of the list interface for Procedures
public allProcedures ( ) : ArrayList
리턴 System.Collections.ArrayList

allRules() 공개 메소드

Part of the list interface for Rules
public allRules ( ) : ArrayList
리턴 System.Collections.ArrayList

allStateMachines() 공개 메소드

Part of the list interface for StateMachines
public allStateMachines ( ) : ArrayList
리턴 System.Collections.ArrayList

appendElements() 공개 메소드

public appendElements ( Lock aLock, StructureElement el ) : void
aLock Lock
el StructureElement
리턴 void

appendElements() 공개 메소드

Part of the list interface for Elements
public appendElements ( StructureElement el ) : void
el StructureElement a StructureElement to add to the collection in /// Elements
리턴 void

appendElements() 공개 메소드

Part of the list interface for Elements
public appendElements ( System coll ) : void
coll System a collection ofStructureElements to add to the collection in /// Elements
리턴 void

appendElements() 공개 메소드

public appendElements ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendInterfaces() 공개 메소드

public appendInterfaces ( Lock aLock, StructureRef el ) : void
aLock Lock
el StructureRef
리턴 void

appendInterfaces() 공개 메소드

Part of the list interface for Interfaces
public appendInterfaces ( StructureRef el ) : void
el StructureRef a StructureRef to add to the collection in /// Interfaces
리턴 void

appendInterfaces() 공개 메소드

Part of the list interface for Interfaces
public appendInterfaces ( System coll ) : void
coll System a collection ofStructureRefs to add to the collection in /// Interfaces
리턴 void

appendInterfaces() 공개 메소드

public appendInterfaces ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendProcedures() 공개 메소드

public appendProcedures ( Lock aLock, Procedure el ) : void
aLock Lock
el Procedure
리턴 void

appendProcedures() 공개 메소드

Part of the list interface for Procedures
public appendProcedures ( Procedure el ) : void
el Procedure a Procedure to add to the collection in /// Procedures
리턴 void

appendProcedures() 공개 메소드

Part of the list interface for Procedures
public appendProcedures ( System coll ) : void
coll System a collection ofProcedures to add to the collection in /// Procedures
리턴 void

appendProcedures() 공개 메소드

public appendProcedures ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendRules() 공개 메소드

public appendRules ( Lock aLock, Rule el ) : void
aLock Lock
el Rule
리턴 void

appendRules() 공개 메소드

Part of the list interface for Rules
public appendRules ( Rule el ) : void
el Rule a Rule to add to the collection in /// Rules
리턴 void

appendRules() 공개 메소드

Part of the list interface for Rules
public appendRules ( System coll ) : void
coll System a collection ofRules to add to the collection in /// Rules
리턴 void

appendRules() 공개 메소드

public appendRules ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendStateMachines() 공개 메소드

public appendStateMachines ( Lock aLock, StateMachine el ) : void
aLock Lock
el StateMachine
리턴 void

appendStateMachines() 공개 메소드

Part of the list interface for StateMachines
public appendStateMachines ( StateMachine el ) : void
el StateMachine a StateMachine to add to the collection in /// StateMachines
리턴 void

appendStateMachines() 공개 메소드

Part of the list interface for StateMachines
public appendStateMachines ( System coll ) : void
coll System a collection ofStateMachines to add to the collection in /// StateMachines
리턴 void

appendStateMachines() 공개 메소드

public appendStateMachines ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

copyTo() 공개 메소드

public copyTo ( Structure other ) : void
other Structure
리턴 void

countElements() 공개 메소드

Part of the list interface for Elements
public countElements ( ) : int
리턴 int

countInterfaces() 공개 메소드

Part of the list interface for Interfaces
public countInterfaces ( ) : int
리턴 int

countProcedures() 공개 메소드

Part of the list interface for Procedures
public countProcedures ( ) : int
리턴 int

countRules() 공개 메소드

Part of the list interface for Rules
public countRules ( ) : int
리턴 int

countStateMachines() 공개 메소드

Part of the list interface for StateMachines
public countStateMachines ( ) : int
리턴 int

deleteElements() 공개 메소드

Part of the list interface for Elements This deletion function removes an element from the collection in Elements
public deleteElements ( int idx ) : void
idx int the index of the element to remove
리턴 void

deleteElements() 공개 메소드

public deleteElements ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

deleteInterfaces() 공개 메소드

Part of the list interface for Interfaces This deletion function removes an element from the collection in Interfaces
public deleteInterfaces ( int idx ) : void
idx int the index of the element to remove
리턴 void

deleteInterfaces() 공개 메소드

public deleteInterfaces ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

deleteProcedures() 공개 메소드

Part of the list interface for Procedures This deletion function removes an element from the collection in Procedures
public deleteProcedures ( int idx ) : void
idx int the index of the element to remove
리턴 void

deleteProcedures() 공개 메소드

public deleteProcedures ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

deleteRules() 공개 메소드

Part of the list interface for Rules This deletion function removes an element from the collection in Rules
public deleteRules ( int idx ) : void
idx int the index of the element to remove
리턴 void

deleteRules() 공개 메소드

public deleteRules ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

deleteStateMachines() 공개 메소드

Part of the list interface for StateMachines This deletion function removes an element from the collection in StateMachines
public deleteStateMachines ( int idx ) : void
idx int the index of the element to remove
리턴 void

deleteStateMachines() 공개 메소드

public deleteStateMachines ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

dispatch() 공개 메소드

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
리턴 void

dispatch() 공개 메소드

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
리턴 void

find() 공개 메소드

public find ( Object search ) : bool
search Object
리턴 bool

getElements() 공개 메소드

Part of the list interface for Elements This function returns an element from the collection in Elements based on an index.
public getElements ( int idx ) : StructureElement
idx int the index of the element to extract
리턴 StructureElement

getInterfaces() 공개 메소드

Part of the list interface for Interfaces This function returns an element from the collection in Interfaces based on an index.
public getInterfaces ( int idx ) : StructureRef
idx int the index of the element to extract
리턴 StructureRef

getIsAbstract() 공개 메소드

public getIsAbstract ( ) : bool
리턴 bool

getProcedures() 공개 메소드

Part of the list interface for Procedures This function returns an element from the collection in Procedures based on an index.
public getProcedures ( int idx ) : Procedure
idx int the index of the element to extract
리턴 Procedure

getRules() 공개 메소드

Part of the list interface for Rules This function returns an element from the collection in Rules based on an index.
public getRules ( int idx ) : Rule
idx int the index of the element to extract
리턴 Rule

getStateMachines() 공개 메소드

Part of the list interface for StateMachines This function returns an element from the collection in StateMachines based on an index.
public getStateMachines ( int idx ) : StateMachine
idx int the index of the element to extract
리턴 StateMachine

indexOfElements() 공개 메소드

Part of the list interface for Elements This function returns the index of an element in the collection.
public indexOfElements ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

indexOfInterfaces() 공개 메소드

Part of the list interface for Interfaces This function returns the index of an element in the collection.
public indexOfInterfaces ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

indexOfProcedures() 공개 메소드

Part of the list interface for Procedures This function returns the index of an element in the collection.
public indexOfProcedures ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

indexOfRules() 공개 메소드

Part of the list interface for Rules This function returns the index of an element in the collection.
public indexOfRules ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

indexOfStateMachines() 공개 메소드

Part of the list interface for StateMachines This function returns the index of an element in the collection.
public indexOfStateMachines ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

insertElements() 공개 메소드

Part of the list interface for Elements This insertion function inserts a new element in the collection in Elements
public insertElements ( int idx, StructureElement el ) : void
idx int the index where the insertion must take place
el StructureElement the element to insert
리턴 void

insertElements() 공개 메소드

public insertElements ( int idx, StructureElement el, Lock aLock ) : void
idx int
el StructureElement
aLock Lock
리턴 void

insertInterfaces() 공개 메소드

Part of the list interface for Interfaces This insertion function inserts a new element in the collection in Interfaces
public insertInterfaces ( int idx, StructureRef el ) : void
idx int the index where the insertion must take place
el StructureRef the element to insert
리턴 void

insertInterfaces() 공개 메소드

public insertInterfaces ( int idx, StructureRef el, Lock aLock ) : void
idx int
el StructureRef
aLock Lock
리턴 void

insertProcedures() 공개 메소드

Part of the list interface for Procedures This insertion function inserts a new element in the collection in Procedures
public insertProcedures ( int idx, Procedure el ) : void
idx int the index where the insertion must take place
el Procedure the element to insert
리턴 void

insertProcedures() 공개 메소드

public insertProcedures ( int idx, Procedure el, Lock aLock ) : void
idx int
el Procedure
aLock Lock
리턴 void

insertRules() 공개 메소드

Part of the list interface for Rules This insertion function inserts a new element in the collection in Rules
public insertRules ( int idx, Rule el ) : void
idx int the index where the insertion must take place
el Rule the element to insert
리턴 void

insertRules() 공개 메소드

public insertRules ( int idx, Rule el, Lock aLock ) : void
idx int
el Rule
aLock Lock
리턴 void

insertStateMachines() 공개 메소드

Part of the list interface for StateMachines This insertion function inserts a new element in the collection in StateMachines
public insertStateMachines ( int idx, StateMachine el ) : void
idx int the index where the insertion must take place
el StateMachine the element to insert
리턴 void

insertStateMachines() 공개 메소드

public insertStateMachines ( int idx, StateMachine el, Lock aLock ) : void
idx int
el StateMachine
aLock Lock
리턴 void

parse() 공개 메소드

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public parse ( XmlBContext ctxt, string endingTag ) : void
ctxt XmlBContext
endingTag string
리턴 void

parseBody() 공개 메소드

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public parseBody ( XmlBContext ctxt ) : void
ctxt XmlBContext
리턴 void

removeElements() 공개 메소드

Part of the list interface for Elements This deletion function removes an element from the collection in Elements If the object given in parameter is not found in the the collection, this function does nothing.
public removeElements ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
리턴 void

removeElements() 공개 메소드

public removeElements ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

removeInterfaces() 공개 메소드

Part of the list interface for Interfaces This deletion function removes an element from the collection in Interfaces If the object given in parameter is not found in the the collection, this function does nothing.
public removeInterfaces ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
리턴 void

removeInterfaces() 공개 메소드

public removeInterfaces ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

removeProcedures() 공개 메소드

Part of the list interface for Procedures This deletion function removes an element from the collection in Procedures If the object given in parameter is not found in the the collection, this function does nothing.
public removeProcedures ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
리턴 void

removeProcedures() 공개 메소드

public removeProcedures ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

removeRules() 공개 메소드

Part of the list interface for Rules This deletion function removes an element from the collection in Rules If the object given in parameter is not found in the the collection, this function does nothing.
public removeRules ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
리턴 void

removeRules() 공개 메소드

public removeRules ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

removeStateMachines() 공개 메소드

Part of the list interface for StateMachines This deletion function removes an element from the collection in StateMachines If the object given in parameter is not found in the the collection, this function does nothing.
public removeStateMachines ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
리턴 void

removeStateMachines() 공개 메소드

public removeStateMachines ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

setAllElements() 공개 메소드

public setAllElements ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllElements() 공개 메소드

Part of the list interface for Elements
public setAllElements ( System coll ) : void
coll System a collection of elements which replaces /// Elements's current content.
리턴 void

setAllInterfaces() 공개 메소드

public setAllInterfaces ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllInterfaces() 공개 메소드

Part of the list interface for Interfaces
public setAllInterfaces ( System coll ) : void
coll System a collection of elements which replaces /// Interfaces's current content.
리턴 void

setAllProcedures() 공개 메소드

public setAllProcedures ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllProcedures() 공개 메소드

Part of the list interface for Procedures
public setAllProcedures ( System coll ) : void
coll System a collection of elements which replaces /// Procedures's current content.
리턴 void

setAllRules() 공개 메소드

public setAllRules ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllRules() 공개 메소드

Part of the list interface for Rules
public setAllRules ( System coll ) : void
coll System a collection of elements which replaces /// Rules's current content.
리턴 void

setAllStateMachines() 공개 메소드

public setAllStateMachines ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllStateMachines() 공개 메소드

Part of the list interface for StateMachines
public setAllStateMachines ( System coll ) : void
coll System a collection of elements which replaces /// StateMachines's current content.
리턴 void

setIsAbstract() 공개 메소드

public setIsAbstract ( bool v ) : void
v bool
리턴 void

subElements() 공개 메소드

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public subElements ( ArrayList l ) : void
l ArrayList
리턴 void

unParse() 공개 메소드

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void
pw TextWriter
typeId bool
headingTag string
endingTag string
리턴 void

unParseBody() 공개 메소드

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public unParseBody ( TextWriter pw ) : void
pw TextWriter
리턴 void