C# Class DataDictionary.Generated.Dictionary

Inheritance: ModelElement
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Méthodes publiques

Méthode Description
Dictionary ( ) : System
NotifyControllers ( Lock aLock ) : void
allNameSpaceRefs ( ) : ArrayList

Part of the list interface for NameSpaceRefs

allNameSpaces ( ) : ArrayList

Part of the list interface for NameSpaces

allRequirementSets ( ) : ArrayList

Part of the list interface for RequirementSets

allSpecifications ( ) : ArrayList

Part of the list interface for Specifications

allTestRefs ( ) : ArrayList

Part of the list interface for TestRefs

allTests ( ) : ArrayList

Part of the list interface for Tests

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
appendRequirementSets ( Lock aLock, RequirementSet el ) : void
appendRequirementSets ( RequirementSet el ) : void

Part of the list interface for RequirementSets

appendRequirementSets ( System coll ) : void

Part of the list interface for RequirementSets

appendRequirementSets ( System coll, Lock aLock ) : void
appendSpecifications ( Lock aLock, Specification el ) : void
appendSpecifications ( Specification el ) : void

Part of the list interface for Specifications

appendSpecifications ( System coll ) : void

Part of the list interface for Specifications

appendSpecifications ( System coll, Lock aLock ) : void
appendTestRefs ( FrameRef el ) : void

Part of the list interface for TestRefs

appendTestRefs ( Lock aLock, FrameRef el ) : void
appendTestRefs ( System coll ) : void

Part of the list interface for TestRefs

appendTestRefs ( System coll, Lock aLock ) : void
appendTests ( Frame el ) : void

Part of the list interface for Tests

appendTests ( Lock aLock, Frame el ) : void
appendTests ( System coll ) : void

Part of the list interface for Tests

appendTests ( System coll, Lock aLock ) : void
copyTo ( Dictionary other ) : void
countNameSpaceRefs ( ) : int

Part of the list interface for NameSpaceRefs

countNameSpaces ( ) : int

Part of the list interface for NameSpaces

countRequirementSets ( ) : int

Part of the list interface for RequirementSets

countSpecifications ( ) : int

Part of the list interface for Specifications

countTestRefs ( ) : int

Part of the list interface for TestRefs

countTests ( ) : int

Part of the list interface for Tests

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

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

deleteRequirementSets ( int idx, Lock aLock ) : void
deleteSpecifications ( int idx ) : void

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

deleteSpecifications ( int idx, Lock aLock ) : void
deleteTestRefs ( int idx ) : void

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

deleteTestRefs ( int idx, Lock aLock ) : void
deleteTests ( int idx ) : void

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

deleteTests ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
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.

getRequirementSets ( int idx ) : RequirementSet

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

getShortcutDictionary ( ) : ShortcutDictionary
getSpecifications ( int idx ) : Specification

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

getTestRefs ( int idx ) : FrameRef

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

getTests ( int idx ) : Frame

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

getTranslationDictionary ( ) : TranslationDictionary
getXsi ( ) : string
getXsiLocation ( ) : string
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.

indexOfRequirementSets ( IXmlBBase el ) : int

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

indexOfSpecifications ( IXmlBBase el ) : int

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

indexOfTestRefs ( IXmlBBase el ) : int

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

indexOfTests ( IXmlBBase el ) : int

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

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
insertRequirementSets ( int idx, RequirementSet el ) : void

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

insertRequirementSets ( int idx, RequirementSet el, Lock aLock ) : void
insertSpecifications ( int idx, Specification el ) : void

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

insertSpecifications ( int idx, Specification el, Lock aLock ) : void
insertTestRefs ( int idx, FrameRef el ) : void

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

insertTestRefs ( int idx, FrameRef el, Lock aLock ) : void
insertTests ( int idx, Frame el ) : void

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

insertTests ( int idx, Frame 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.
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
removeRequirementSets ( IXmlBBase obj ) : void

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

removeRequirementSets ( IXmlBBase obj, Lock aLock ) : void
removeSpecifications ( IXmlBBase obj ) : void

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

removeSpecifications ( IXmlBBase obj, Lock aLock ) : void
removeTestRefs ( IXmlBBase obj ) : void

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

removeTestRefs ( IXmlBBase obj, Lock aLock ) : void
removeTests ( IXmlBBase obj ) : void

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

removeTests ( IXmlBBase obj, Lock aLock ) : void
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

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

Part of the list interface for RequirementSets

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

Part of the list interface for Specifications

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

Part of the list interface for TestRefs

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

Part of the list interface for Tests

setShortcutDictionary ( ShortcutDictionary v ) : void
setTranslationDictionary ( TranslationDictionary v ) : void
setXsi ( string v ) : void
setXsiLocation ( string 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

Méthode Description
getNameSpaceRefs ( ) : ArrayList

Part of the list interface for NameSpaceRefs

getNameSpaces ( ) : ArrayList

Part of the list interface for NameSpaces

getRequirementSets ( ) : ArrayList

Part of the list interface for RequirementSets

getSpecifications ( ) : ArrayList

Part of the list interface for Specifications

getTestRefs ( ) : ArrayList

Part of the list interface for TestRefs

getTests ( ) : ArrayList

Part of the list interface for Tests

Method Details

Dictionary() public méthode

public Dictionary ( ) : System
Résultat System

NotifyControllers() public méthode

public NotifyControllers ( Lock aLock ) : void
aLock Lock
Résultat void

allNameSpaceRefs() public méthode

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

allNameSpaces() public méthode

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

allRequirementSets() public méthode

Part of the list interface for RequirementSets
public allRequirementSets ( ) : ArrayList
Résultat System.Collections.ArrayList

allSpecifications() public méthode

Part of the list interface for Specifications
public allSpecifications ( ) : ArrayList
Résultat System.Collections.ArrayList

allTestRefs() public méthode

Part of the list interface for TestRefs
public allTestRefs ( ) : ArrayList
Résultat System.Collections.ArrayList

allTests() public méthode

Part of the list interface for Tests
public allTests ( ) : ArrayList
Résultat System.Collections.ArrayList

appendNameSpaceRefs() public méthode

public appendNameSpaceRefs ( Lock aLock, NameSpaceRef el ) : void
aLock Lock
el NameSpaceRef
Résultat void

appendNameSpaceRefs() public méthode

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

appendNameSpaceRefs() public méthode

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

appendNameSpaceRefs() public méthode

public appendNameSpaceRefs ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

appendNameSpaces() public méthode

public appendNameSpaces ( Lock aLock, NameSpace el ) : void
aLock Lock
el NameSpace
Résultat void

appendNameSpaces() public méthode

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

appendNameSpaces() public méthode

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

appendNameSpaces() public méthode

public appendNameSpaces ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

appendRequirementSets() public méthode

public appendRequirementSets ( Lock aLock, RequirementSet el ) : void
aLock Lock
el RequirementSet
Résultat void

appendRequirementSets() public méthode

Part of the list interface for RequirementSets
public appendRequirementSets ( RequirementSet el ) : void
el RequirementSet a RequirementSet to add to the collection in /// RequirementSets
Résultat void

appendRequirementSets() public méthode

Part of the list interface for RequirementSets
public appendRequirementSets ( System coll ) : void
coll System a collection ofRequirementSets to add to the collection in /// RequirementSets
Résultat void

appendRequirementSets() public méthode

public appendRequirementSets ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

appendSpecifications() public méthode

public appendSpecifications ( Lock aLock, Specification el ) : void
aLock Lock
el Specification
Résultat void

appendSpecifications() public méthode

Part of the list interface for Specifications
public appendSpecifications ( Specification el ) : void
el Specification a Specification to add to the collection in /// Specifications
Résultat void

appendSpecifications() public méthode

Part of the list interface for Specifications
public appendSpecifications ( System coll ) : void
coll System a collection ofSpecifications to add to the collection in /// Specifications
Résultat void

appendSpecifications() public méthode

public appendSpecifications ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

appendTestRefs() public méthode

Part of the list interface for TestRefs
public appendTestRefs ( FrameRef el ) : void
el FrameRef a FrameRef to add to the collection in /// TestRefs
Résultat void

appendTestRefs() public méthode

public appendTestRefs ( Lock aLock, FrameRef el ) : void
aLock Lock
el FrameRef
Résultat void

appendTestRefs() public méthode

Part of the list interface for TestRefs
public appendTestRefs ( System coll ) : void
coll System a collection ofFrameRefs to add to the collection in /// TestRefs
Résultat void

appendTestRefs() public méthode

public appendTestRefs ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

appendTests() public méthode

Part of the list interface for Tests
public appendTests ( Frame el ) : void
el Frame a Frame to add to the collection in /// Tests
Résultat void

appendTests() public méthode

public appendTests ( Lock aLock, Frame el ) : void
aLock Lock
el Frame
Résultat void

appendTests() public méthode

Part of the list interface for Tests
public appendTests ( System coll ) : void
coll System a collection ofFrames to add to the collection in /// Tests
Résultat void

appendTests() public méthode

public appendTests ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

copyTo() public méthode

public copyTo ( Dictionary other ) : void
other Dictionary
Résultat void

countNameSpaceRefs() public méthode

Part of the list interface for NameSpaceRefs
public countNameSpaceRefs ( ) : int
Résultat int

countNameSpaces() public méthode

Part of the list interface for NameSpaces
public countNameSpaces ( ) : int
Résultat int

countRequirementSets() public méthode

Part of the list interface for RequirementSets
public countRequirementSets ( ) : int
Résultat int

countSpecifications() public méthode

Part of the list interface for Specifications
public countSpecifications ( ) : int
Résultat int

countTestRefs() public méthode

Part of the list interface for TestRefs
public countTestRefs ( ) : int
Résultat int

countTests() public méthode

Part of the list interface for Tests
public countTests ( ) : int
Résultat int

deleteNameSpaceRefs() public méthode

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
Résultat void

deleteNameSpaceRefs() public méthode

public deleteNameSpaceRefs ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

deleteNameSpaces() public méthode

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
Résultat void

deleteNameSpaces() public méthode

public deleteNameSpaces ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

deleteRequirementSets() public méthode

Part of the list interface for RequirementSets This deletion function removes an element from the collection in RequirementSets
public deleteRequirementSets ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteRequirementSets() public méthode

public deleteRequirementSets ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

deleteSpecifications() public méthode

Part of the list interface for Specifications This deletion function removes an element from the collection in Specifications
public deleteSpecifications ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteSpecifications() public méthode

public deleteSpecifications ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

deleteTestRefs() public méthode

Part of the list interface for TestRefs This deletion function removes an element from the collection in TestRefs
public deleteTestRefs ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteTestRefs() public méthode

public deleteTestRefs ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

deleteTests() public méthode

Part of the list interface for Tests This deletion function removes an element from the collection in Tests
public deleteTests ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteTests() public méthode

public deleteTests ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
Résultat void

find() public méthode

public find ( Object search ) : bool
search Object
Résultat bool

getNameSpaceRefs() public méthode

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
Résultat NameSpaceRef

getNameSpaces() public méthode

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
Résultat NameSpace

getRequirementSets() public méthode

Part of the list interface for RequirementSets This function returns an element from the collection in RequirementSets based on an index.
public getRequirementSets ( int idx ) : RequirementSet
idx int the index of the element to extract
Résultat RequirementSet

getShortcutDictionary() public méthode

public getShortcutDictionary ( ) : ShortcutDictionary
Résultat ShortcutDictionary

getSpecifications() public méthode

Part of the list interface for Specifications This function returns an element from the collection in Specifications based on an index.
public getSpecifications ( int idx ) : Specification
idx int the index of the element to extract
Résultat Specification

getTestRefs() public méthode

Part of the list interface for TestRefs This function returns an element from the collection in TestRefs based on an index.
public getTestRefs ( int idx ) : FrameRef
idx int the index of the element to extract
Résultat FrameRef

getTests() public méthode

Part of the list interface for Tests This function returns an element from the collection in Tests based on an index.
public getTests ( int idx ) : Frame
idx int the index of the element to extract
Résultat Frame

getTranslationDictionary() public méthode

public getTranslationDictionary ( ) : TranslationDictionary
Résultat TranslationDictionary

getXsi() public méthode

public getXsi ( ) : string
Résultat string

getXsiLocation() public méthode

public getXsiLocation ( ) : string
Résultat string

indexOfNameSpaceRefs() public méthode

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
Résultat int

indexOfNameSpaces() public méthode

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
Résultat int

indexOfRequirementSets() public méthode

Part of the list interface for RequirementSets This function returns the index of an element in the collection.
public indexOfRequirementSets ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Résultat int

indexOfSpecifications() public méthode

Part of the list interface for Specifications This function returns the index of an element in the collection.
public indexOfSpecifications ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Résultat int

indexOfTestRefs() public méthode

Part of the list interface for TestRefs This function returns the index of an element in the collection.
public indexOfTestRefs ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Résultat int

indexOfTests() public méthode

Part of the list interface for Tests This function returns the index of an element in the collection.
public indexOfTests ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Résultat int

insertNameSpaceRefs() public méthode

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
Résultat void

insertNameSpaceRefs() public méthode

public insertNameSpaceRefs ( int idx, NameSpaceRef el, Lock aLock ) : void
idx int
el NameSpaceRef
aLock Lock
Résultat void

insertNameSpaces() public méthode

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
Résultat void

insertNameSpaces() public méthode

public insertNameSpaces ( int idx, NameSpace el, Lock aLock ) : void
idx int
el NameSpace
aLock Lock
Résultat void

insertRequirementSets() public méthode

Part of the list interface for RequirementSets This insertion function inserts a new element in the collection in RequirementSets
public insertRequirementSets ( int idx, RequirementSet el ) : void
idx int the index where the insertion must take place
el RequirementSet the element to insert
Résultat void

insertRequirementSets() public méthode

public insertRequirementSets ( int idx, RequirementSet el, Lock aLock ) : void
idx int
el RequirementSet
aLock Lock
Résultat void

insertSpecifications() public méthode

Part of the list interface for Specifications This insertion function inserts a new element in the collection in Specifications
public insertSpecifications ( int idx, Specification el ) : void
idx int the index where the insertion must take place
el Specification the element to insert
Résultat void

insertSpecifications() public méthode

public insertSpecifications ( int idx, Specification el, Lock aLock ) : void
idx int
el Specification
aLock Lock
Résultat void

insertTestRefs() public méthode

Part of the list interface for TestRefs This insertion function inserts a new element in the collection in TestRefs
public insertTestRefs ( int idx, FrameRef el ) : void
idx int the index where the insertion must take place
el FrameRef the element to insert
Résultat void

insertTestRefs() public méthode

public insertTestRefs ( int idx, FrameRef el, Lock aLock ) : void
idx int
el FrameRef
aLock Lock
Résultat void

insertTests() public méthode

Part of the list interface for Tests This insertion function inserts a new element in the collection in Tests
public insertTests ( int idx, Frame el ) : void
idx int the index where the insertion must take place
el Frame the element to insert
Résultat void

insertTests() public méthode

public insertTests ( int idx, Frame el, Lock aLock ) : void
idx int
el Frame
aLock Lock
Résultat void

parse() public méthode

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
Résultat void

parseBody() public méthode

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
Résultat void

removeNameSpaceRefs() public méthode

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
Résultat void

removeNameSpaceRefs() public méthode

public removeNameSpaceRefs ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

removeNameSpaces() public méthode

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
Résultat void

removeNameSpaces() public méthode

public removeNameSpaces ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

removeRequirementSets() public méthode

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

removeRequirementSets() public méthode

public removeRequirementSets ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

removeSpecifications() public méthode

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

removeSpecifications() public méthode

public removeSpecifications ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

removeTestRefs() public méthode

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

removeTestRefs() public méthode

public removeTestRefs ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

removeTests() public méthode

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

removeTests() public méthode

public removeTests ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

setAllNameSpaceRefs() public méthode

public setAllNameSpaceRefs ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllNameSpaceRefs() public méthode

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

setAllNameSpaces() public méthode

public setAllNameSpaces ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllNameSpaces() public méthode

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

setAllRequirementSets() public méthode

public setAllRequirementSets ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllRequirementSets() public méthode

Part of the list interface for RequirementSets
public setAllRequirementSets ( System coll ) : void
coll System a collection of elements which replaces /// RequirementSets's current content.
Résultat void

setAllSpecifications() public méthode

public setAllSpecifications ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllSpecifications() public méthode

Part of the list interface for Specifications
public setAllSpecifications ( System coll ) : void
coll System a collection of elements which replaces /// Specifications's current content.
Résultat void

setAllTestRefs() public méthode

public setAllTestRefs ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllTestRefs() public méthode

Part of the list interface for TestRefs
public setAllTestRefs ( System coll ) : void
coll System a collection of elements which replaces /// TestRefs's current content.
Résultat void

setAllTests() public méthode

public setAllTests ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllTests() public méthode

Part of the list interface for Tests
public setAllTests ( System coll ) : void
coll System a collection of elements which replaces /// Tests's current content.
Résultat void

setShortcutDictionary() public méthode

public setShortcutDictionary ( ShortcutDictionary v ) : void
v ShortcutDictionary
Résultat void

setTranslationDictionary() public méthode

public setTranslationDictionary ( TranslationDictionary v ) : void
v TranslationDictionary
Résultat void

setXsi() public méthode

public setXsi ( string v ) : void
v string
Résultat void

setXsiLocation() public méthode

public setXsiLocation ( string v ) : void
v string
Résultat void

subElements() public méthode

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
Résultat void

unParse() public méthode

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
Résultat void

unParseBody() public méthode

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
Résultat void