C# Class DataDictionary.Generated.NameSpace

Inheritance: DataDictionary.Namable
Mostra file Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
NameSpace ( ) : System
NotifyControllers ( Lock aLock ) : void
allCollections ( ) : ArrayList

Part of the list interface for Collections

allEnumerations ( ) : ArrayList

Part of the list interface for Enumerations

allFunctions ( ) : ArrayList

Part of the list interface for Functions

allNameSpaceRefs ( ) : ArrayList

Part of the list interface for NameSpaceRefs

allNameSpaces ( ) : ArrayList

Part of the list interface for NameSpaces

allProcedures ( ) : ArrayList

Part of the list interface for Procedures

allRanges ( ) : ArrayList

Part of the list interface for Ranges

allRules ( ) : ArrayList

Part of the list interface for Rules

allStateMachines ( ) : ArrayList

Part of the list interface for StateMachines

allStructures ( ) : ArrayList

Part of the list interface for Structures

allVariables ( ) : ArrayList

Part of the list interface for Variables

appendCollections ( Collection el ) : void

Part of the list interface for Collections

appendCollections ( Lock aLock, Collection el ) : void
appendCollections ( System coll ) : void

Part of the list interface for Collections

appendCollections ( System coll, Lock aLock ) : void
appendEnumerations ( Enum el ) : void

Part of the list interface for Enumerations

appendEnumerations ( Lock aLock, Enum el ) : void
appendEnumerations ( System coll ) : void

Part of the list interface for Enumerations

appendEnumerations ( System coll, Lock aLock ) : void
appendFunctions ( Function el ) : void

Part of the list interface for Functions

appendFunctions ( Lock aLock, Function el ) : void
appendFunctions ( System coll ) : void

Part of the list interface for Functions

appendFunctions ( System coll, Lock aLock ) : void
appendNameSpaceRefs ( Lock aLock, NameSpaceRef el ) : void
appendNameSpaceRefs ( NameSpaceRef el ) : void

Part of the list interface for NameSpaceRefs

appendNameSpaceRefs ( System coll ) : void

Part of the list interface for NameSpaceRefs

appendNameSpaceRefs ( System coll, Lock aLock ) : void
appendNameSpaces ( Lock aLock, NameSpace el ) : void
appendNameSpaces ( NameSpace el ) : void

Part of the list interface for NameSpaces

appendNameSpaces ( System coll ) : void

Part of the list interface for NameSpaces

appendNameSpaces ( 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
appendRanges ( Lock aLock, Range el ) : void
appendRanges ( Range el ) : void

Part of the list interface for Ranges

appendRanges ( System coll ) : void

Part of the list interface for Ranges

appendRanges ( 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
appendStructures ( Lock aLock, Structure el ) : void
appendStructures ( Structure el ) : void

Part of the list interface for Structures

appendStructures ( System coll ) : void

Part of the list interface for Structures

appendStructures ( System coll, Lock aLock ) : void
appendVariables ( Lock aLock, Variable el ) : void
appendVariables ( System coll ) : void

Part of the list interface for Variables

appendVariables ( System coll, Lock aLock ) : void
appendVariables ( Variable el ) : void

Part of the list interface for Variables

copyTo ( NameSpace other ) : void
countCollections ( ) : int

Part of the list interface for Collections

countEnumerations ( ) : int

Part of the list interface for Enumerations

countFunctions ( ) : int

Part of the list interface for Functions

countNameSpaceRefs ( ) : int

Part of the list interface for NameSpaceRefs

countNameSpaces ( ) : int

Part of the list interface for NameSpaces

countProcedures ( ) : int

Part of the list interface for Procedures

countRanges ( ) : int

Part of the list interface for Ranges

countRules ( ) : int

Part of the list interface for Rules

countStateMachines ( ) : int

Part of the list interface for StateMachines

countStructures ( ) : int

Part of the list interface for Structures

countVariables ( ) : int

Part of the list interface for Variables

deleteCollections ( int idx ) : void

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

deleteCollections ( int idx, Lock aLock ) : void
deleteEnumerations ( int idx ) : void

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

deleteEnumerations ( int idx, Lock aLock ) : void
deleteFunctions ( int idx ) : void

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

deleteFunctions ( int idx, Lock aLock ) : void
deleteNameSpaceRefs ( int idx ) : void

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

deleteNameSpaceRefs ( int idx, Lock aLock ) : void
deleteNameSpaces ( int idx ) : void

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

deleteNameSpaces ( 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
deleteRanges ( int idx ) : void

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

deleteRanges ( 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
deleteStructures ( int idx ) : void

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

deleteStructures ( int idx, Lock aLock ) : void
deleteVariables ( int idx ) : void

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

deleteVariables ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getCollections ( int idx ) : Collection

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

getComment ( ) : string
getEnumerations ( int idx ) : Enum

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

getFunctions ( int idx ) : Function

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

getHeight ( ) : int
getHidden ( ) : bool
getImageIndex ( ) : int
getNameSpaceRefs ( int idx ) : NameSpaceRef

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

getNameSpaces ( int idx ) : NameSpace

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

getPinned ( ) : 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.

getRanges ( int idx ) : Range

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

getRuleCheckDisabling ( ) : RuleCheckDisabling
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.

getStructures ( int idx ) : Structure

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

getVariables ( int idx ) : Variable

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

getWidth ( ) : int
getX ( ) : int
getY ( ) : int
indexOfCollections ( IXmlBBase el ) : int

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

indexOfEnumerations ( IXmlBBase el ) : int

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

indexOfFunctions ( IXmlBBase el ) : int

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

indexOfNameSpaceRefs ( IXmlBBase el ) : int

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

indexOfNameSpaces ( IXmlBBase el ) : int

Part of the list interface for NameSpaces 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.

indexOfRanges ( IXmlBBase el ) : int

Part of the list interface for Ranges 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.

indexOfStructures ( IXmlBBase el ) : int

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

indexOfVariables ( IXmlBBase el ) : int

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

insertCollections ( int idx, Collection el ) : void

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

insertCollections ( int idx, Collection el, Lock aLock ) : void
insertEnumerations ( int idx, Enum el ) : void

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

insertEnumerations ( int idx, Enum el, Lock aLock ) : void
insertFunctions ( int idx, Function el ) : void

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

insertFunctions ( int idx, Function el, Lock aLock ) : void
insertNameSpaceRefs ( int idx, NameSpaceRef el ) : void

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

insertNameSpaceRefs ( int idx, NameSpaceRef el, Lock aLock ) : void
insertNameSpaces ( int idx, NameSpace el ) : void

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

insertNameSpaces ( int idx, NameSpace 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
insertRanges ( int idx, Range el ) : void

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

insertRanges ( int idx, Range 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
insertStructures ( int idx, Structure el ) : void

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

insertStructures ( int idx, Structure el, Lock aLock ) : void
insertVariables ( int idx, Variable el ) : void

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

insertVariables ( int idx, Variable el, Lock aLock ) : void
parse ( XmlBooster.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 ( XmlBooster.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.
removeCollections ( IXmlBBase obj ) : void

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

removeCollections ( IXmlBBase obj, Lock aLock ) : void
removeEnumerations ( IXmlBBase obj ) : void

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

removeEnumerations ( IXmlBBase obj, Lock aLock ) : void
removeFunctions ( IXmlBBase obj ) : void

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

removeFunctions ( IXmlBBase obj, Lock aLock ) : void
removeNameSpaceRefs ( IXmlBBase obj ) : void

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

removeNameSpaceRefs ( IXmlBBase obj, Lock aLock ) : void
removeNameSpaces ( IXmlBBase obj ) : void

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

removeNameSpaces ( 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
removeRanges ( IXmlBBase obj ) : void

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

removeRanges ( 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
removeStructures ( IXmlBBase obj ) : void

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

removeStructures ( IXmlBBase obj, Lock aLock ) : void
removeVariables ( IXmlBBase obj ) : void

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

removeVariables ( IXmlBBase obj, Lock aLock ) : void
setAllCollections ( Lock aLock, System coll ) : void
setAllCollections ( System coll ) : void

Part of the list interface for Collections

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

Part of the list interface for Enumerations

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

Part of the list interface for Functions

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

Part of the list interface for NameSpaceRefs

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

Part of the list interface for NameSpaces

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

Part of the list interface for Procedures

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

Part of the list interface for Ranges

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

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

Part of the list interface for Structures

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

Part of the list interface for Variables

setComment ( string v ) : void
setHeight ( int v ) : void
setHidden ( bool v ) : void
setImageIndex ( int v ) : void
setPinned ( bool v ) : void
setRuleCheckDisabling ( RuleCheckDisabling v ) : void
setWidth ( int v ) : void
setX ( int v ) : void
setY ( int 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.

Private Methods

Method Description
getCollections ( ) : ArrayList

Part of the list interface for Collections

getEnumerations ( ) : ArrayList

Part of the list interface for Enumerations

getFunctions ( ) : ArrayList

Part of the list interface for Functions

getNameSpaceRefs ( ) : ArrayList

Part of the list interface for NameSpaceRefs

getNameSpaces ( ) : ArrayList

Part of the list interface for NameSpaces

getProcedures ( ) : ArrayList

Part of the list interface for Procedures

getRanges ( ) : ArrayList

Part of the list interface for Ranges

getRules ( ) : ArrayList

Part of the list interface for Rules

getStateMachines ( ) : ArrayList

Part of the list interface for StateMachines

getStructures ( ) : ArrayList

Part of the list interface for Structures

getVariables ( ) : ArrayList

Part of the list interface for Variables

Method Details

NameSpace() public method

public NameSpace ( ) : System
return System

NotifyControllers() public method

public NotifyControllers ( Lock aLock ) : void
aLock Lock
return void

allCollections() public method

Part of the list interface for Collections
public allCollections ( ) : ArrayList
return System.Collections.ArrayList

allEnumerations() public method

Part of the list interface for Enumerations
public allEnumerations ( ) : ArrayList
return System.Collections.ArrayList

allFunctions() public method

Part of the list interface for Functions
public allFunctions ( ) : ArrayList
return System.Collections.ArrayList

allNameSpaceRefs() public method

Part of the list interface for NameSpaceRefs
public allNameSpaceRefs ( ) : ArrayList
return System.Collections.ArrayList

allNameSpaces() public method

Part of the list interface for NameSpaces
public allNameSpaces ( ) : ArrayList
return System.Collections.ArrayList

allProcedures() public method

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

allRanges() public method

Part of the list interface for Ranges
public allRanges ( ) : ArrayList
return System.Collections.ArrayList

allRules() public method

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

allStateMachines() public method

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

allStructures() public method

Part of the list interface for Structures
public allStructures ( ) : ArrayList
return System.Collections.ArrayList

allVariables() public method

Part of the list interface for Variables
public allVariables ( ) : ArrayList
return System.Collections.ArrayList

appendCollections() public method

Part of the list interface for Collections
public appendCollections ( Collection el ) : void
el Collection a Collection to add to the collection in /// Collections
return void

appendCollections() public method

public appendCollections ( Lock aLock, Collection el ) : void
aLock Lock
el Collection
return void

appendCollections() public method

Part of the list interface for Collections
public appendCollections ( System coll ) : void
coll System a collection ofCollections to add to the collection in /// Collections
return void

appendCollections() public method

public appendCollections ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendEnumerations() public method

Part of the list interface for Enumerations
public appendEnumerations ( Enum el ) : void
el Enum a Enum to add to the collection in /// Enumerations
return void

appendEnumerations() public method

public appendEnumerations ( Lock aLock, Enum el ) : void
aLock Lock
el Enum
return void

appendEnumerations() public method

Part of the list interface for Enumerations
public appendEnumerations ( System coll ) : void
coll System a collection ofEnums to add to the collection in /// Enumerations
return void

appendEnumerations() public method

public appendEnumerations ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendFunctions() public method

Part of the list interface for Functions
public appendFunctions ( Function el ) : void
el Function a Function to add to the collection in /// Functions
return void

appendFunctions() public method

public appendFunctions ( Lock aLock, Function el ) : void
aLock Lock
el Function
return void

appendFunctions() public method

Part of the list interface for Functions
public appendFunctions ( System coll ) : void
coll System a collection ofFunctions to add to the collection in /// Functions
return void

appendFunctions() public method

public appendFunctions ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendNameSpaceRefs() public method

public appendNameSpaceRefs ( Lock aLock, NameSpaceRef el ) : void
aLock Lock
el NameSpaceRef
return void

appendNameSpaceRefs() public method

Part of the list interface for NameSpaceRefs
public appendNameSpaceRefs ( NameSpaceRef el ) : void
el NameSpaceRef a NameSpaceRef to add to the collection in /// NameSpaceRefs
return void

appendNameSpaceRefs() public method

Part of the list interface for NameSpaceRefs
public appendNameSpaceRefs ( System coll ) : void
coll System a collection ofNameSpaceRefs to add to the collection in /// NameSpaceRefs
return void

appendNameSpaceRefs() public method

public appendNameSpaceRefs ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendNameSpaces() public method

public appendNameSpaces ( Lock aLock, NameSpace el ) : void
aLock Lock
el NameSpace
return void

appendNameSpaces() public method

Part of the list interface for NameSpaces
public appendNameSpaces ( NameSpace el ) : void
el NameSpace a NameSpace to add to the collection in /// NameSpaces
return void

appendNameSpaces() public method

Part of the list interface for NameSpaces
public appendNameSpaces ( System coll ) : void
coll System a collection ofNameSpaces to add to the collection in /// NameSpaces
return void

appendNameSpaces() public method

public appendNameSpaces ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendProcedures() public method

public appendProcedures ( Lock aLock, Procedure el ) : void
aLock Lock
el Procedure
return void

appendProcedures() public method

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

appendProcedures() public method

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

appendProcedures() public method

public appendProcedures ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendRanges() public method

public appendRanges ( Lock aLock, Range el ) : void
aLock Lock
el Range
return void

appendRanges() public method

Part of the list interface for Ranges
public appendRanges ( Range el ) : void
el Range a Range to add to the collection in /// Ranges
return void

appendRanges() public method

Part of the list interface for Ranges
public appendRanges ( System coll ) : void
coll System a collection ofRanges to add to the collection in /// Ranges
return void

appendRanges() public method

public appendRanges ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendRules() public method

public appendRules ( Lock aLock, Rule el ) : void
aLock Lock
el Rule
return void

appendRules() public method

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

appendRules() public method

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

appendRules() public method

public appendRules ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendStateMachines() public method

public appendStateMachines ( Lock aLock, StateMachine el ) : void
aLock Lock
el StateMachine
return void

appendStateMachines() public method

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

appendStateMachines() public method

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

appendStateMachines() public method

public appendStateMachines ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendStructures() public method

public appendStructures ( Lock aLock, Structure el ) : void
aLock Lock
el Structure
return void

appendStructures() public method

Part of the list interface for Structures
public appendStructures ( Structure el ) : void
el Structure a Structure to add to the collection in /// Structures
return void

appendStructures() public method

Part of the list interface for Structures
public appendStructures ( System coll ) : void
coll System a collection ofStructures to add to the collection in /// Structures
return void

appendStructures() public method

public appendStructures ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendVariables() public method

public appendVariables ( Lock aLock, Variable el ) : void
aLock Lock
el Variable
return void

appendVariables() public method

Part of the list interface for Variables
public appendVariables ( System coll ) : void
coll System a collection ofVariables to add to the collection in /// Variables
return void

appendVariables() public method

public appendVariables ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendVariables() public method

Part of the list interface for Variables
public appendVariables ( Variable el ) : void
el Variable a Variable to add to the collection in /// Variables
return void

copyTo() public method

public copyTo ( NameSpace other ) : void
other NameSpace
return void

countCollections() public method

Part of the list interface for Collections
public countCollections ( ) : int
return int

countEnumerations() public method

Part of the list interface for Enumerations
public countEnumerations ( ) : int
return int

countFunctions() public method

Part of the list interface for Functions
public countFunctions ( ) : int
return int

countNameSpaceRefs() public method

Part of the list interface for NameSpaceRefs
public countNameSpaceRefs ( ) : int
return int

countNameSpaces() public method

Part of the list interface for NameSpaces
public countNameSpaces ( ) : int
return int

countProcedures() public method

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

countRanges() public method

Part of the list interface for Ranges
public countRanges ( ) : int
return int

countRules() public method

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

countStateMachines() public method

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

countStructures() public method

Part of the list interface for Structures
public countStructures ( ) : int
return int

countVariables() public method

Part of the list interface for Variables
public countVariables ( ) : int
return int

deleteCollections() public method

Part of the list interface for Collections This deletion function removes an element from the collection in Collections
public deleteCollections ( int idx ) : void
idx int the index of the element to remove
return void

deleteCollections() public method

public deleteCollections ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteEnumerations() public method

Part of the list interface for Enumerations This deletion function removes an element from the collection in Enumerations
public deleteEnumerations ( int idx ) : void
idx int the index of the element to remove
return void

deleteEnumerations() public method

public deleteEnumerations ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteFunctions() public method

Part of the list interface for Functions This deletion function removes an element from the collection in Functions
public deleteFunctions ( int idx ) : void
idx int the index of the element to remove
return void

deleteFunctions() public method

public deleteFunctions ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteNameSpaceRefs() public method

Part of the list interface for NameSpaceRefs This deletion function removes an element from the collection in NameSpaceRefs
public deleteNameSpaceRefs ( int idx ) : void
idx int the index of the element to remove
return void

deleteNameSpaceRefs() public method

public deleteNameSpaceRefs ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteNameSpaces() public method

Part of the list interface for NameSpaces This deletion function removes an element from the collection in NameSpaces
public deleteNameSpaces ( int idx ) : void
idx int the index of the element to remove
return void

deleteNameSpaces() public method

public deleteNameSpaces ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteProcedures() public method

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
return void

deleteProcedures() public method

public deleteProcedures ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteRanges() public method

Part of the list interface for Ranges This deletion function removes an element from the collection in Ranges
public deleteRanges ( int idx ) : void
idx int the index of the element to remove
return void

deleteRanges() public method

public deleteRanges ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteRules() public method

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
return void

deleteRules() public method

public deleteRules ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteStateMachines() public method

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
return void

deleteStateMachines() public method

public deleteStateMachines ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteStructures() public method

Part of the list interface for Structures This deletion function removes an element from the collection in Structures
public deleteStructures ( int idx ) : void
idx int the index of the element to remove
return void

deleteStructures() public method

public deleteStructures ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteVariables() public method

Part of the list interface for Variables This deletion function removes an element from the collection in Variables
public deleteVariables ( int idx ) : void
idx int the index of the element to remove
return void

deleteVariables() public method

public deleteVariables ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
return void

dispatch() public method

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

find() public method

public find ( Object search ) : bool
search Object
return bool

getCollections() public method

Part of the list interface for Collections This function returns an element from the collection in Collections based on an index.
public getCollections ( int idx ) : Collection
idx int the index of the element to extract
return Collection

getComment() public method

public getComment ( ) : string
return string

getEnumerations() public method

Part of the list interface for Enumerations This function returns an element from the collection in Enumerations based on an index.
public getEnumerations ( int idx ) : Enum
idx int the index of the element to extract
return Enum

getFunctions() public method

Part of the list interface for Functions This function returns an element from the collection in Functions based on an index.
public getFunctions ( int idx ) : Function
idx int the index of the element to extract
return Function

getHeight() public method

public getHeight ( ) : int
return int

getHidden() public method

public getHidden ( ) : bool
return bool

getImageIndex() public method

public getImageIndex ( ) : int
return int

getNameSpaceRefs() public method

Part of the list interface for NameSpaceRefs This function returns an element from the collection in NameSpaceRefs based on an index.
public getNameSpaceRefs ( int idx ) : NameSpaceRef
idx int the index of the element to extract
return NameSpaceRef

getNameSpaces() public method

Part of the list interface for NameSpaces This function returns an element from the collection in NameSpaces based on an index.
public getNameSpaces ( int idx ) : NameSpace
idx int the index of the element to extract
return NameSpace

getPinned() public method

public getPinned ( ) : bool
return bool

getProcedures() public method

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
return Procedure

getRanges() public method

Part of the list interface for Ranges This function returns an element from the collection in Ranges based on an index.
public getRanges ( int idx ) : Range
idx int the index of the element to extract
return Range

getRuleCheckDisabling() public method

public getRuleCheckDisabling ( ) : RuleCheckDisabling
return RuleCheckDisabling

getRules() public method

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
return Rule

getStateMachines() public method

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
return StateMachine

getStructures() public method

Part of the list interface for Structures This function returns an element from the collection in Structures based on an index.
public getStructures ( int idx ) : Structure
idx int the index of the element to extract
return Structure

getVariables() public method

Part of the list interface for Variables This function returns an element from the collection in Variables based on an index.
public getVariables ( int idx ) : Variable
idx int the index of the element to extract
return Variable

getWidth() public method

public getWidth ( ) : int
return int

getX() public method

public getX ( ) : int
return int

getY() public method

public getY ( ) : int
return int

indexOfCollections() public method

Part of the list interface for Collections This function returns the index of an element in the collection.
public indexOfCollections ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

indexOfEnumerations() public method

Part of the list interface for Enumerations This function returns the index of an element in the collection.
public indexOfEnumerations ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

indexOfFunctions() public method

Part of the list interface for Functions This function returns the index of an element in the collection.
public indexOfFunctions ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

indexOfNameSpaceRefs() public method

Part of the list interface for NameSpaceRefs This function returns the index of an element in the collection.
public indexOfNameSpaceRefs ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

indexOfNameSpaces() public method

Part of the list interface for NameSpaces This function returns the index of an element in the collection.
public indexOfNameSpaces ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

indexOfProcedures() public method

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
return int

indexOfRanges() public method

Part of the list interface for Ranges This function returns the index of an element in the collection.
public indexOfRanges ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

indexOfRules() public method

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
return int

indexOfStateMachines() public method

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
return int

indexOfStructures() public method

Part of the list interface for Structures This function returns the index of an element in the collection.
public indexOfStructures ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

indexOfVariables() public method

Part of the list interface for Variables This function returns the index of an element in the collection.
public indexOfVariables ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

insertCollections() public method

Part of the list interface for Collections This insertion function inserts a new element in the collection in Collections
public insertCollections ( int idx, Collection el ) : void
idx int the index where the insertion must take place
el Collection the element to insert
return void

insertCollections() public method

public insertCollections ( int idx, Collection el, Lock aLock ) : void
idx int
el Collection
aLock Lock
return void

insertEnumerations() public method

Part of the list interface for Enumerations This insertion function inserts a new element in the collection in Enumerations
public insertEnumerations ( int idx, Enum el ) : void
idx int the index where the insertion must take place
el Enum the element to insert
return void

insertEnumerations() public method

public insertEnumerations ( int idx, Enum el, Lock aLock ) : void
idx int
el Enum
aLock Lock
return void

insertFunctions() public method

Part of the list interface for Functions This insertion function inserts a new element in the collection in Functions
public insertFunctions ( int idx, Function el ) : void
idx int the index where the insertion must take place
el Function the element to insert
return void

insertFunctions() public method

public insertFunctions ( int idx, Function el, Lock aLock ) : void
idx int
el Function
aLock Lock
return void

insertNameSpaceRefs() public method

Part of the list interface for NameSpaceRefs This insertion function inserts a new element in the collection in NameSpaceRefs
public insertNameSpaceRefs ( int idx, NameSpaceRef el ) : void
idx int the index where the insertion must take place
el NameSpaceRef the element to insert
return void

insertNameSpaceRefs() public method

public insertNameSpaceRefs ( int idx, NameSpaceRef el, Lock aLock ) : void
idx int
el NameSpaceRef
aLock Lock
return void

insertNameSpaces() public method

Part of the list interface for NameSpaces This insertion function inserts a new element in the collection in NameSpaces
public insertNameSpaces ( int idx, NameSpace el ) : void
idx int the index where the insertion must take place
el NameSpace the element to insert
return void

insertNameSpaces() public method

public insertNameSpaces ( int idx, NameSpace el, Lock aLock ) : void
idx int
el NameSpace
aLock Lock
return void

insertProcedures() public method

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
return void

insertProcedures() public method

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

insertRanges() public method

Part of the list interface for Ranges This insertion function inserts a new element in the collection in Ranges
public insertRanges ( int idx, Range el ) : void
idx int the index where the insertion must take place
el Range the element to insert
return void

insertRanges() public method

public insertRanges ( int idx, Range el, Lock aLock ) : void
idx int
el Range
aLock Lock
return void

insertRules() public method

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
return void

insertRules() public method

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

insertStateMachines() public method

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
return void

insertStateMachines() public method

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

insertStructures() public method

Part of the list interface for Structures This insertion function inserts a new element in the collection in Structures
public insertStructures ( int idx, Structure el ) : void
idx int the index where the insertion must take place
el Structure the element to insert
return void

insertStructures() public method

public insertStructures ( int idx, Structure el, Lock aLock ) : void
idx int
el Structure
aLock Lock
return void

insertVariables() public method

Part of the list interface for Variables This insertion function inserts a new element in the collection in Variables
public insertVariables ( int idx, Variable el ) : void
idx int the index where the insertion must take place
el Variable the element to insert
return void

insertVariables() public method

public insertVariables ( int idx, Variable el, Lock aLock ) : void
idx int
el Variable
aLock Lock
return void

parse() public method

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 ( XmlBooster.XmlBContext ctxt, string endingTag ) : void
ctxt XmlBooster.XmlBContext
endingTag string
return void

parseBody() public method

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 ( XmlBooster.XmlBContext ctxt ) : void
ctxt XmlBooster.XmlBContext
return void

removeCollections() public method

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

removeCollections() public method

public removeCollections ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeEnumerations() public method

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

removeEnumerations() public method

public removeEnumerations ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeFunctions() public method

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

removeFunctions() public method

public removeFunctions ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeNameSpaceRefs() public method

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

removeNameSpaceRefs() public method

public removeNameSpaceRefs ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeNameSpaces() public method

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

removeNameSpaces() public method

public removeNameSpaces ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeProcedures() public method

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
return void

removeProcedures() public method

public removeProcedures ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeRanges() public method

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

removeRanges() public method

public removeRanges ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeRules() public method

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
return void

removeRules() public method

public removeRules ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeStateMachines() public method

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
return void

removeStateMachines() public method

public removeStateMachines ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeStructures() public method

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

removeStructures() public method

public removeStructures ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeVariables() public method

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

removeVariables() public method

public removeVariables ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

setAllCollections() public method

public setAllCollections ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllCollections() public method

Part of the list interface for Collections
public setAllCollections ( System coll ) : void
coll System a collection of elements which replaces /// Collections's current content.
return void

setAllEnumerations() public method

public setAllEnumerations ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllEnumerations() public method

Part of the list interface for Enumerations
public setAllEnumerations ( System coll ) : void
coll System a collection of elements which replaces /// Enumerations's current content.
return void

setAllFunctions() public method

public setAllFunctions ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllFunctions() public method

Part of the list interface for Functions
public setAllFunctions ( System coll ) : void
coll System a collection of elements which replaces /// Functions's current content.
return void

setAllNameSpaceRefs() public method

public setAllNameSpaceRefs ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllNameSpaceRefs() public method

Part of the list interface for NameSpaceRefs
public setAllNameSpaceRefs ( System coll ) : void
coll System a collection of elements which replaces /// NameSpaceRefs's current content.
return void

setAllNameSpaces() public method

public setAllNameSpaces ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllNameSpaces() public method

Part of the list interface for NameSpaces
public setAllNameSpaces ( System coll ) : void
coll System a collection of elements which replaces /// NameSpaces's current content.
return void

setAllProcedures() public method

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

setAllProcedures() public method

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

setAllRanges() public method

public setAllRanges ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllRanges() public method

Part of the list interface for Ranges
public setAllRanges ( System coll ) : void
coll System a collection of elements which replaces /// Ranges's current content.
return void

setAllRules() public method

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

setAllRules() public method

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

setAllStateMachines() public method

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

setAllStateMachines() public method

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

setAllStructures() public method

public setAllStructures ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllStructures() public method

Part of the list interface for Structures
public setAllStructures ( System coll ) : void
coll System a collection of elements which replaces /// Structures's current content.
return void

setAllVariables() public method

public setAllVariables ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllVariables() public method

Part of the list interface for Variables
public setAllVariables ( System coll ) : void
coll System a collection of elements which replaces /// Variables's current content.
return void

setComment() public method

public setComment ( string v ) : void
v string
return void

setHeight() public method

public setHeight ( int v ) : void
v int
return void

setHidden() public method

public setHidden ( bool v ) : void
v bool
return void

setImageIndex() public method

public setImageIndex ( int v ) : void
v int
return void

setPinned() public method

public setPinned ( bool v ) : void
v bool
return void

setRuleCheckDisabling() public method

public setRuleCheckDisabling ( RuleCheckDisabling v ) : void
v RuleCheckDisabling
return void

setWidth() public method

public setWidth ( int v ) : void
v int
return void

setX() public method

public setX ( int v ) : void
v int
return void

setY() public method

public setY ( int v ) : void
v int
return void

subElements() public method

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 System.Collections.ArrayList
return void

unParse() public method

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 System.IO.TextWriter
typeId bool
headingTag string
endingTag string
return void

unParseBody() public method

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 System.IO.TextWriter
return void