C# Класс DataDictionary.Generated.Dictionary

Наследование: ModelElement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

Dictionary() публичный Метод

public Dictionary ( ) : System
Результат System

NotifyControllers() публичный Метод

public NotifyControllers ( Lock aLock ) : void
aLock Lock
Результат void

allNameSpaceRefs() публичный Метод

Part of the list interface for NameSpaceRefs
public allNameSpaceRefs ( ) : ArrayList
Результат System.Collections.ArrayList

allNameSpaces() публичный Метод

Part of the list interface for NameSpaces
public allNameSpaces ( ) : ArrayList
Результат System.Collections.ArrayList

allRequirementSets() публичный Метод

Part of the list interface for RequirementSets
public allRequirementSets ( ) : ArrayList
Результат System.Collections.ArrayList

allSpecifications() публичный Метод

Part of the list interface for Specifications
public allSpecifications ( ) : ArrayList
Результат System.Collections.ArrayList

allTestRefs() публичный Метод

Part of the list interface for TestRefs
public allTestRefs ( ) : ArrayList
Результат System.Collections.ArrayList

allTests() публичный Метод

Part of the list interface for Tests
public allTests ( ) : ArrayList
Результат System.Collections.ArrayList

appendNameSpaceRefs() публичный Метод

public appendNameSpaceRefs ( Lock aLock, NameSpaceRef el ) : void
aLock Lock
el NameSpaceRef
Результат void

appendNameSpaceRefs() публичный Метод

Part of the list interface for NameSpaceRefs
public appendNameSpaceRefs ( NameSpaceRef el ) : void
el NameSpaceRef a NameSpaceRef to add to the collection in /// NameSpaceRefs
Результат void

appendNameSpaceRefs() публичный Метод

Part of the list interface for NameSpaceRefs
public appendNameSpaceRefs ( System coll ) : void
coll System a collection ofNameSpaceRefs to add to the collection in /// NameSpaceRefs
Результат void

appendNameSpaceRefs() публичный Метод

public appendNameSpaceRefs ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

appendNameSpaces() публичный Метод

public appendNameSpaces ( Lock aLock, NameSpace el ) : void
aLock Lock
el NameSpace
Результат void

appendNameSpaces() публичный Метод

Part of the list interface for NameSpaces
public appendNameSpaces ( NameSpace el ) : void
el NameSpace a NameSpace to add to the collection in /// NameSpaces
Результат void

appendNameSpaces() публичный Метод

Part of the list interface for NameSpaces
public appendNameSpaces ( System coll ) : void
coll System a collection ofNameSpaces to add to the collection in /// NameSpaces
Результат void

appendNameSpaces() публичный Метод

public appendNameSpaces ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

appendRequirementSets() публичный Метод

public appendRequirementSets ( Lock aLock, RequirementSet el ) : void
aLock Lock
el RequirementSet
Результат void

appendRequirementSets() публичный Метод

Part of the list interface for RequirementSets
public appendRequirementSets ( RequirementSet el ) : void
el RequirementSet a RequirementSet to add to the collection in /// RequirementSets
Результат void

appendRequirementSets() публичный Метод

Part of the list interface for RequirementSets
public appendRequirementSets ( System coll ) : void
coll System a collection ofRequirementSets to add to the collection in /// RequirementSets
Результат void

appendRequirementSets() публичный Метод

public appendRequirementSets ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

appendSpecifications() публичный Метод

public appendSpecifications ( Lock aLock, Specification el ) : void
aLock Lock
el Specification
Результат void

appendSpecifications() публичный Метод

Part of the list interface for Specifications
public appendSpecifications ( Specification el ) : void
el Specification a Specification to add to the collection in /// Specifications
Результат void

appendSpecifications() публичный Метод

Part of the list interface for Specifications
public appendSpecifications ( System coll ) : void
coll System a collection ofSpecifications to add to the collection in /// Specifications
Результат void

appendSpecifications() публичный Метод

public appendSpecifications ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

appendTestRefs() публичный Метод

Part of the list interface for TestRefs
public appendTestRefs ( FrameRef el ) : void
el FrameRef a FrameRef to add to the collection in /// TestRefs
Результат void

appendTestRefs() публичный Метод

public appendTestRefs ( Lock aLock, FrameRef el ) : void
aLock Lock
el FrameRef
Результат void

appendTestRefs() публичный Метод

Part of the list interface for TestRefs
public appendTestRefs ( System coll ) : void
coll System a collection ofFrameRefs to add to the collection in /// TestRefs
Результат void

appendTestRefs() публичный Метод

public appendTestRefs ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

appendTests() публичный Метод

Part of the list interface for Tests
public appendTests ( Frame el ) : void
el Frame a Frame to add to the collection in /// Tests
Результат void

appendTests() публичный Метод

public appendTests ( Lock aLock, Frame el ) : void
aLock Lock
el Frame
Результат void

appendTests() публичный Метод

Part of the list interface for Tests
public appendTests ( System coll ) : void
coll System a collection ofFrames to add to the collection in /// Tests
Результат void

appendTests() публичный Метод

public appendTests ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

copyTo() публичный Метод

public copyTo ( Dictionary other ) : void
other Dictionary
Результат void

countNameSpaceRefs() публичный Метод

Part of the list interface for NameSpaceRefs
public countNameSpaceRefs ( ) : int
Результат int

countNameSpaces() публичный Метод

Part of the list interface for NameSpaces
public countNameSpaces ( ) : int
Результат int

countRequirementSets() публичный Метод

Part of the list interface for RequirementSets
public countRequirementSets ( ) : int
Результат int

countSpecifications() публичный Метод

Part of the list interface for Specifications
public countSpecifications ( ) : int
Результат int

countTestRefs() публичный Метод

Part of the list interface for TestRefs
public countTestRefs ( ) : int
Результат int

countTests() публичный Метод

Part of the list interface for Tests
public countTests ( ) : int
Результат int

deleteNameSpaceRefs() публичный Метод

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
Результат void

deleteNameSpaceRefs() публичный Метод

public deleteNameSpaceRefs ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

deleteNameSpaces() публичный Метод

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
Результат void

deleteNameSpaces() публичный Метод

public deleteNameSpaces ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

deleteRequirementSets() публичный Метод

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
Результат void

deleteRequirementSets() публичный Метод

public deleteRequirementSets ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

deleteSpecifications() публичный Метод

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
Результат void

deleteSpecifications() публичный Метод

public deleteSpecifications ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

deleteTestRefs() публичный Метод

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
Результат void

deleteTestRefs() публичный Метод

public deleteTestRefs ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

deleteTests() публичный Метод

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
Результат void

deleteTests() публичный Метод

public deleteTests ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

dispatch() публичный Метод

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
Результат void

dispatch() публичный Метод

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
Результат void

find() публичный Метод

public find ( Object search ) : bool
search Object
Результат bool

getNameSpaceRefs() публичный Метод

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
Результат NameSpaceRef

getNameSpaces() публичный Метод

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
Результат NameSpace

getRequirementSets() публичный Метод

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
Результат RequirementSet

getShortcutDictionary() публичный Метод

public getShortcutDictionary ( ) : ShortcutDictionary
Результат ShortcutDictionary

getSpecifications() публичный Метод

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
Результат Specification

getTestRefs() публичный Метод

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
Результат FrameRef

getTests() публичный Метод

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
Результат Frame

getTranslationDictionary() публичный Метод

public getTranslationDictionary ( ) : TranslationDictionary
Результат TranslationDictionary

getXsi() публичный Метод

public getXsi ( ) : string
Результат string

getXsiLocation() публичный Метод

public getXsiLocation ( ) : string
Результат string

indexOfNameSpaceRefs() публичный Метод

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
Результат int

indexOfNameSpaces() публичный Метод

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
Результат int

indexOfRequirementSets() публичный Метод

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
Результат int

indexOfSpecifications() публичный Метод

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
Результат int

indexOfTestRefs() публичный Метод

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
Результат int

indexOfTests() публичный Метод

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
Результат int

insertNameSpaceRefs() публичный Метод

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
Результат void

insertNameSpaceRefs() публичный Метод

public insertNameSpaceRefs ( int idx, NameSpaceRef el, Lock aLock ) : void
idx int
el NameSpaceRef
aLock Lock
Результат void

insertNameSpaces() публичный Метод

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
Результат void

insertNameSpaces() публичный Метод

public insertNameSpaces ( int idx, NameSpace el, Lock aLock ) : void
idx int
el NameSpace
aLock Lock
Результат void

insertRequirementSets() публичный Метод

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
Результат void

insertRequirementSets() публичный Метод

public insertRequirementSets ( int idx, RequirementSet el, Lock aLock ) : void
idx int
el RequirementSet
aLock Lock
Результат void

insertSpecifications() публичный Метод

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
Результат void

insertSpecifications() публичный Метод

public insertSpecifications ( int idx, Specification el, Lock aLock ) : void
idx int
el Specification
aLock Lock
Результат void

insertTestRefs() публичный Метод

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
Результат void

insertTestRefs() публичный Метод

public insertTestRefs ( int idx, FrameRef el, Lock aLock ) : void
idx int
el FrameRef
aLock Lock
Результат void

insertTests() публичный Метод

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
Результат void

insertTests() публичный Метод

public insertTests ( int idx, Frame el, Lock aLock ) : void
idx int
el Frame
aLock Lock
Результат void

parse() публичный Метод

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void
ctxt XmlBooster.XmlBContext
endingTag string
Результат void

parseBody() публичный Метод

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public parseBody ( XmlBooster.XmlBContext ctxt ) : void
ctxt XmlBooster.XmlBContext
Результат void

removeNameSpaceRefs() публичный Метод

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
Результат void

removeNameSpaceRefs() публичный Метод

public removeNameSpaceRefs ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

removeNameSpaces() публичный Метод

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
Результат void

removeNameSpaces() публичный Метод

public removeNameSpaces ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

removeRequirementSets() публичный Метод

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
Результат void

removeRequirementSets() публичный Метод

public removeRequirementSets ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

removeSpecifications() публичный Метод

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
Результат void

removeSpecifications() публичный Метод

public removeSpecifications ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

removeTestRefs() публичный Метод

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
Результат void

removeTestRefs() публичный Метод

public removeTestRefs ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

removeTests() публичный Метод

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
Результат void

removeTests() публичный Метод

public removeTests ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

setAllNameSpaceRefs() публичный Метод

public setAllNameSpaceRefs ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

setAllNameSpaceRefs() публичный Метод

Part of the list interface for NameSpaceRefs
public setAllNameSpaceRefs ( System coll ) : void
coll System a collection of elements which replaces /// NameSpaceRefs's current content.
Результат void

setAllNameSpaces() публичный Метод

public setAllNameSpaces ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

setAllNameSpaces() публичный Метод

Part of the list interface for NameSpaces
public setAllNameSpaces ( System coll ) : void
coll System a collection of elements which replaces /// NameSpaces's current content.
Результат void

setAllRequirementSets() публичный Метод

public setAllRequirementSets ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

setAllRequirementSets() публичный Метод

Part of the list interface for RequirementSets
public setAllRequirementSets ( System coll ) : void
coll System a collection of elements which replaces /// RequirementSets's current content.
Результат void

setAllSpecifications() публичный Метод

public setAllSpecifications ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

setAllSpecifications() публичный Метод

Part of the list interface for Specifications
public setAllSpecifications ( System coll ) : void
coll System a collection of elements which replaces /// Specifications's current content.
Результат void

setAllTestRefs() публичный Метод

public setAllTestRefs ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

setAllTestRefs() публичный Метод

Part of the list interface for TestRefs
public setAllTestRefs ( System coll ) : void
coll System a collection of elements which replaces /// TestRefs's current content.
Результат void

setAllTests() публичный Метод

public setAllTests ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

setAllTests() публичный Метод

Part of the list interface for Tests
public setAllTests ( System coll ) : void
coll System a collection of elements which replaces /// Tests's current content.
Результат void

setShortcutDictionary() публичный Метод

public setShortcutDictionary ( ShortcutDictionary v ) : void
v ShortcutDictionary
Результат void

setTranslationDictionary() публичный Метод

public setTranslationDictionary ( TranslationDictionary v ) : void
v TranslationDictionary
Результат void

setXsi() публичный Метод

public setXsi ( string v ) : void
v string
Результат void

setXsiLocation() публичный Метод

public setXsiLocation ( string v ) : void
v string
Результат void

subElements() публичный Метод

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public subElements ( ArrayList l ) : void
l System.Collections.ArrayList
Результат void

unParse() публичный Метод

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void
pw System.IO.TextWriter
typeId bool
headingTag string
endingTag string
Результат void

unParseBody() публичный Метод

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public unParseBody ( TextWriter pw ) : void
pw System.IO.TextWriter
Результат void